HL7 FHIR Costa Rica - Resultados de Laboratorio
0.0.1-draft - ci-build Costa Rica flag

HL7 FHIR Costa Rica - Resultados de Laboratorio, published by Iniciativa HL7 Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.0.1-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 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "observation-hemoglobin-example",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.or.cr/fhir/laboratory-results/StructureDefinition/cr-lab-result-hemoglobin"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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:concentración de masa:punto en el tiempo:sangre: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 de Identidad: 402-1234-5678\u00a0(use:\u00a0official,\u00a0))</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>\n</div></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.cr/lab-system",
      "value" : "LAB-2026-001-HEMOGLOBIN"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "718-7"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientLabResultExample"
  },
  "effectiveDateTime" : "2026-01-20T09:30:00-06:00",
  "issued" : "2026-01-20T10:15:00-06:00",
  "performer" : [
    {
      🔗 "reference" : "Organization/organization-example"
    }
  ],
  "valueQuantity" : {
    "value" : 14.5,
    "unit" : "g/dL",
    "system" : "http://unitsofmeasure.org",
    "code" : "g/dL"
  },
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "N"
        }
      ]
    }
  ],
  "referenceRange" : [
    {
      "low" : {
        "value" : 13.5,
        "unit" : "g/dL"
      },
      "high" : {
        "value" : 17.5,
        "unit" : "g/dL"
      },
      "text" : "Normal para hombres"
    }
  ]
}