🌐 EMA Health Core Implementation Guide
0.10.0 - ci-build

🌐 EMA Health Core Implementation Guide - Local Development build (v0.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Requisito de muestra — HbA1c - JSON Representation

Raw json | Download

{
  "resourceType" : "SpecimenDefinition",
  "id" : "EjemploEmaSpecimenRequirement",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-specimen-requirement"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SpecimenDefinition EjemploEmaSpecimenRequirement</b></p><a name=\"EjemploEmaSpecimenRequirement\"> </a><a name=\"hcEjemploEmaSpecimenRequirement\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ema-specimen-requirement.html\">EMA — Requisito de muestra de un pedible</a></p></div><p><b>identifier</b>: <code>https://tenant-ejemplo.emahealth.io/fhir/CodeSystem/catalog</code>/LAB-HBA1C</p><p><b>typeCollected</b>: <span title=\"Codes:{http://snomed.info/sct 122555007}\">Venous blood specimen</span></p><p><b>patientPreparation</b>: <span title=\"Codes:\">No requiere ayuno</span></p><blockquote><p><b>typeTested</b></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122555007}\">Venous blood specimen</span></p><p><b>preference</b>: Preferred</p><blockquote><p><b>container</b></p><p><b>EMA — Volumen útil del contenedor (µL)</b>: 3000</p><p><b>EMA — El contenedor no se comparte</b>: false</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 702281005}\">Evacuated blood collection tube, thrombin/clot activator/gel separator</span></p><p><b>minimumVolume</b>: 500 uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeuL = 'uL')</span></p></blockquote></blockquote></div>"
  },
  "identifier" : {
    "system" : "https://tenant-ejemplo.emahealth.io/fhir/CodeSystem/catalog",
    "value" : "LAB-HBA1C"
  },
  "typeCollected" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "122555007",
        "display" : "Venous blood specimen"
      }
    ]
  },
  "patientPreparation" : [
    {
      "text" : "No requiere ayuno"
    }
  ],
  "typeTested" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "122555007",
            "display" : "Venous blood specimen"
          }
        ]
      },
      "preference" : "preferred",
      "container" : {
        "extension" : [
          {
            "url" : "https://emahealth.io/fhir/core/StructureDefinition/ema-container-usable-volume",
            "valueInteger" : 3000
          },
          {
            "url" : "https://emahealth.io/fhir/core/StructureDefinition/ema-container-exclusive",
            "valueBoolean" : false
          }
        ],
        "type" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "702281005",
              "display" : "Evacuated blood collection tube, thrombin/clot activator/gel separator"
            }
          ]
        },
        "minimumVolumeQuantity" : {
          "value" : 500,
          "unit" : "uL",
          "system" : "http://unitsofmeasure.org",
          "code" : "uL"
        }
      }
    }
  ]
}