EMA Clinical Implementation Guide
0.1.0 - ci-build Chile flag

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

: Ejemplo Observación — Glicemia en ayunas - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="EjemploEmaObservation"/>
  <meta>
    <profile
             value="https://emahealth.io/fhir/clinical/StructureDefinition/ema-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="1558-6"/>
      <display
               value="Glucosa : Suero o Plasma : Punto temporal: Concentración de masa: Cuantitativo:"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/ejemplo-patient"/>
    <display value="María Fernández"/>
  </subject>
  <encounter>
    <reference value="Encounter/ejemplo-encounter"/>
    <display value="Consulta control diabético"/>
  </encounter>
  <effectiveDateTime value="2026-03-10T08:30:00-03:00"/>
  <performer>
    <reference value="Practitioner/ejemplo-practitioner"/>
    <display value="Dr. Andrés Soto"/>
  </performer>
  <valueQuantity>
    <value value="126"/>
    <unit value="mg/dL"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mg/dL"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="H"/>
      <display value="High"/>
    </coding>
  </interpretation>
</Observation>