{
  "resourceType" : "Observation",
  "id" : "EjemploEmaObservation",
  "meta" : {
    "profile" : ["https://emahealth.io/fhir/cl/StructureDefinition/ema-observation"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 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}\">Fasting glucose [Mass/volume] in Serum or Plasma</span></p><p><b>subject</b>: <a href=\"Patient-EjemploEmaPatient.html\">María Fernández</a></p><p><b>encounter</b>: <a href=\"Encounter-EjemploEmaEncounter.html\">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-EjemploEmaPractitioner.html\">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"
    }]
  },
  "subject" : {
    "reference" : "Patient/EjemploEmaPatient",
    "display" : "María Fernández"
  },
  "encounter" : {
    "reference" : "Encounter/EjemploEmaEncounter",
    "display" : "Consulta control diabético"
  },
  "effectiveDateTime" : "2026-03-10T08:30:00-03:00",
  "performer" : [{
    "reference" : "Practitioner/EjemploEmaPractitioner",
    "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"
    }]
  }]
}