Resultados de Laboratorio FHIR® - Costa Rica
0.0.2-draft - ci-build Costa Rica flag

Resultados de Laboratorio FHIR® - Costa Rica, published by Iniciativa HL7® Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.0.2-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cr/laboratory-results/ and changes regularly. See the Directory of published versions

: Ejemplo de Resultado de Hemoglobina - XML Representation

Page standards status: Informative

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="observation-hemoglobin-example"/>
  <meta>
    <profile
             value="https://hl7.or.cr/fhir/laboratory-results/StructureDefinition/cr-lab-result-hemoglobin"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation observation-hemoglobin-example</b></p><a name="observation-hemoglobin-example"> </a><a name="hcobservation-hemoglobin-example"> </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-cr-lab-result-hemoglobin.html">Resultado de Laboratorio - Hemoglobina</a></p></div><p><b>identifier</b>: <code>http://example.cr/lab-system</code>/LAB-2026-001-HEMOGLOBIN</p><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 718-7}">Hemoglobina: Sangre : Punto temporal: Concentración de masa: Cuantitativo:</span></p><p><b>subject</b>: <a href="Patient-PatientLabResultExample.html">Juan Carlos Pérez García (official) Male, DoB: 1980-06-15 ( Cédula Nacional: 402-1234-5678 (use: official, ))</a></p><p><b>effective</b>: 2026-01-20 09:30:00-0600</p><p><b>issued</b>: 2026-01-20 10:15:00-0600</p><p><b>performer</b>: <a href="Organization-organization-example.html">Organization Laboratorio Central Costa Rica</a></p><p><b>value</b>: 14.5 g/dL<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeg/dL = 'g/dL')</span></p><p><b>interpretation</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}">Normal</span></p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Text</b></td></tr><tr><td style="display: none">*</td><td>13.5 g/dL</td><td>17.5 g/dL</td><td><div><p>Normal para hombres</p>
</div></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://example.cr/lab-system"/>
    <value value="LAB-2026-001-HEMOGLOBIN"/>
  </identifier>
  <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="718-7"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/PatientLabResultExample"/>
  </subject>
  <effectiveDateTime value="2026-01-20T09:30:00-06:00"/>
  <issued value="2026-01-20T10:15:00-06:00"/>
  <performer>🔗 
    <reference value="Organization/organization-example"/>
  </performer>
  <valueQuantity>
    <value value="14.5"/>
    <unit value="g/dL"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="g/dL"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="N"/>
    </coding>
  </interpretation>
  <referenceRange>
    <low>
      <value value="13.5"/>
      <unit value="g/dL"/>
    </low>
    <high>
      <value value="17.5"/>
      <unit value="g/dL"/>
    </high>
    <text value="Normal para hombres"/>
  </referenceRange>
</Observation>