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 Colesterol Total - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "observation-cholesterol-example",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.or.cr/fhir/laboratory-results/StructureDefinition/cr-lab-result-cholesterol"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-cholesterol-example</b></p><a name=\"observation-cholesterol-example\"> </a><a name=\"hcobservation-cholesterol-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-cholesterol.html\">Resultado de Laboratorio - Colesterol Total</a></p></div><p><b>identifier</b>: <code>http://example.cr/lab-system</code>/LAB-2026-001-CHOLESTEROL</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 2093-3}\">colesterol:concentración de masa:punto en el tiempo:suero/plasma: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>: 180 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><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>0 mg/dL</td><td>200 mg/dL</td><td><div><p>Deseable</p>\n</div></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.cr/lab-system",
      "value" : "LAB-2026-001-CHOLESTEROL"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "2093-3"
      }
    ]
  },
  "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" : 180,
    "unit" : "mg/dL",
    "system" : "http://unitsofmeasure.org",
    "code" : "mg/dL"
  },
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "H"
        }
      ]
    }
  ],
  "referenceRange" : [
    {
      "low" : {
        "value" : 0,
        "unit" : "mg/dL"
      },
      "high" : {
        "value" : 200,
        "unit" : "mg/dL"
      },
      "text" : "Deseable"
    }
  ]
}