FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cr.laboratory-results
Resource TypeObservation
IdObservation-observation-cholesterol-example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation observation-cholesterol-example

identifier: http://example.cr/lab-system/LAB-2026-001-CHOLESTEROL

status: Final

category: Laboratory

code: Colesterol: Suero o Plasma : Punto temporal: Concentración de masa: Cuantitativo:

subject: Juan Carlos Pérez García (official) Male, DoB: 1980-06-15 ( Cédula Nacional: 402-1234-5678 (use: official, ))

effective: 2026-01-20 09:30:00-0600

issued: 2026-01-20 10:15:00-0600

performer: Organization Laboratorio Central Costa Rica

value: 180 mg/dL (Details: UCUM codemg/dL = 'mg/dL')

interpretation: High

ReferenceRanges

-LowHighText
*0 mg/dL200 mg/dL

Deseable


Source1

{
  "resourceType": "Observation",
  "id": "observation-cholesterol-example",
  "meta": {
    "profile": [
      "https://hl7.or.cr/fhir/laboratory-results/StructureDefinition/cr-lab-result-cholesterol"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}