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

: Resultado de HbA1c - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ObservationHbA1cExample",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.or.cr/fhir/laboratory-results/StructureDefinition/cr-lab-result-hba1c"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationHbA1cExample</b></p><a name=\"ObservationHbA1cExample\"> </a><a name=\"hcObservationHbA1cExample\"> </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-hba1c.html\">Resultado de Laboratorio - HbA1c</a></p></div><p><b>identifier</b>: <code>http://laboratorio.cr/identifier</code>/LAB-2025-001234</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 4548-4}\">hemoglobina A1c/hemoglobina.total:fracció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</a></p><p><b>effective</b>: 2025-12-15 14:30:00-0600</p><p><b>issued</b>: 2025-12-15 15:45:00-0600</p><p><b>performer</b>: <a href=\"Organization-organization-example.html\">Laboratorio Central Costa Rica</a></p><p><b>value</b>: 7.5 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">Alto</span></p><p><b>note</b>: </p><blockquote><div><p>Paciente en seguimiento por diabetes mellitus tipo 2. Se recomienda ajuste de medicamentos.</p>\n</div></blockquote><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>4 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></td><td>6 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></td><td><div><p>Rango normal: 4.0% - 6.0%</p>\n</div></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://laboratorio.cr/identifier",
      "value" : "LAB-2025-001234"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "4548-4"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientLabResultExample",
    "display" : "Juan Carlos Pérez García"
  },
  "effectiveDateTime" : "2025-12-15T14:30:00-06:00",
  "issued" : "2025-12-15T15:45:00-06:00",
  "performer" : [
    {
      🔗 "reference" : "Organization/organization-example",
      "display" : "Laboratorio Central Costa Rica"
    }
  ],
  "valueQuantity" : {
    "value" : 7.5,
    "unit" : "%",
    "system" : "http://unitsofmeasure.org",
    "code" : "%"
  },
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "H"
        }
      ],
      "text" : "Alto"
    }
  ],
  "note" : [
    {
      "text" : "Paciente en seguimiento por diabetes mellitus tipo 2. Se recomienda ajuste de medicamentos."
    }
  ],
  "referenceRange" : [
    {
      "low" : {
        "value" : 4,
        "unit" : "%",
        "system" : "http://unitsofmeasure.org",
        "code" : "%"
      },
      "high" : {
        "value" : 6,
        "unit" : "%",
        "system" : "http://unitsofmeasure.org",
        "code" : "%"
      },
      "text" : "Rango normal: 4.0% - 6.0%"
    }
  ]
}