{
  "resourceType" : "Observation",
  "id" : "EjemploEmaObservation",
  "meta" : {
    "profile" : ["https://emahealth.io/fhir/clinical/StructureDefinition/ema-observation"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observación EjemploEmaObservation</b></p><a name=\"EjemploEmaObservation\"> </a><a name=\"hcEjemploEmaObservation\"> </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-observation.html\">EMA Observation</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 1558-6}\">Glucosa : Suero o Plasma : Punto temporal: Concentración de masa: Cuantitativo:</span></p><p><b>subject</b>: <a href=\"Patient/ejemplo-patient\">María Fernández</a></p><p><b>encounter</b>: <a href=\"Encounter/ejemplo-encounter\">Consulta control diabético</a></p><p><b>effective</b>: 2026-03-10 08:30:00-0300</p><p><b>performer</b>: <a href=\"Practitioner/ejemplo-practitioner\">Dr. Andrés Soto</a></p><p><b>value</b>: 126 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg/dL = 'mg/dL')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p></div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "laboratory"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "1558-6",
      "display" : "Glucosa : Suero o Plasma : Punto temporal: Concentración de masa: Cuantitativo:"
    }]
  },
  "subject" : {
    "reference" : "Patient/ejemplo-patient",
    "display" : "María Fernández"
  },
  "encounter" : {
    "reference" : "Encounter/ejemplo-encounter",
    "display" : "Consulta control diabético"
  },
  "effectiveDateTime" : "2026-03-10T08:30:00-03:00",
  "performer" : [{
    "reference" : "Practitioner/ejemplo-practitioner",
    "display" : "Dr. Andrés Soto"
  }],
  "valueQuantity" : {
    "value" : 126,
    "unit" : "mg/dL",
    "system" : "http://unitsofmeasure.org",
    "code" : "mg/dL"
  },
  "interpretation" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
      "code" : "H",
      "display" : "High"
    }]
  }]
}