🌐 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
{
"resourceType" : "ObservationDefinition",
"id" : "EjemploEmaCoreObservationDefinition",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-core-observation-definition"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ObservationDefinition EjemploEmaCoreObservationDefinition</b></p><a name=\"EjemploEmaCoreObservationDefinition\"> </a><a name=\"hcEjemploEmaCoreObservationDefinition\"> </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-core-observation-definition.html\">EMA Core Observation Definition (Parámetro de examen)</a></p></div><p><b>EMA — Pedible del analito</b>: LAB-HBA1C</p><p><b>EMA — Orden del analito</b>: 1</p><p><b>EMA — Estado del analito</b>: active</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 4548-4}\">Hemoglobin A1c/Hemoglobin.total in Blood</span></p><p><b>identifier</b>: <code>https://tenant-ejemplo.emahealth.io/fhir/CodeSystem/catalog</code>/PAR-HBA1C</p><p><b>permittedDataType</b>: Quantity</p><p><b>multipleResultsAllowed</b>: false</p><p><b>preferredReportName</b>: HbA1c</p><h3>QuantitativeDetails</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Unit</b></td><td><b>DecimalPrecision</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://unitsofmeasure.org %}\">%</span></td><td>1</td></tr></table><blockquote><p><b>qualifiedInterval</b></p><p><b>category</b>: reference range</p><p><b>range</b>: 4-5.6 %</p></blockquote><blockquote><p><b>qualifiedInterval</b></p><p><b>EMA — Categoría de intervalo (significant | pathological)</b>: <a href=\"CodeSystem-ema-cs-interval-category.html#ema-cs-interval-category-significant\">EMA — Categoría de intervalo (extensión): significant</a> (Significativo)</p><p><b>range</b>: 6.5-? %</p></blockquote></div>"
},
"extension" : [
{
"url" : "https://emahealth.io/fhir/core/StructureDefinition/ema-analyte-orderable",
"valueString" : "LAB-HBA1C"
},
{
"url" : "https://emahealth.io/fhir/core/StructureDefinition/ema-analyte-sort-order",
"valueInteger" : 1
},
{
"url" : "https://emahealth.io/fhir/core/StructureDefinition/ema-analyte-status",
"valueCode" : "active"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "4548-4"
}
]
},
"identifier" : [
{
"system" : "https://tenant-ejemplo.emahealth.io/fhir/CodeSystem/catalog",
"value" : "PAR-HBA1C"
}
],
"permittedDataType" : [
"Quantity"
],
"multipleResultsAllowed" : false,
"preferredReportName" : "HbA1c",
"quantitativeDetails" : {
"unit" : {
"coding" : [
{
"system" : "http://unitsofmeasure.org",
"code" : "%"
}
]
},
"decimalPrecision" : 1
},
"qualifiedInterval" : [
{
"category" : "reference",
"range" : {
"low" : {
"value" : 4,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
},
"high" : {
"value" : 5.6,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
}
}
},
{
"extension" : [
{
"url" : "https://emahealth.io/fhir/core/StructureDefinition/ema-interval-category",
"valueCoding" : {
"system" : "https://emahealth.io/fhir/core/CodeSystem/ema-cs-interval-category",
"code" : "significant"
}
}
],
"range" : {
"low" : {
"value" : 6.5,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
}
}
}
]
}