FHIR IG analytics| Package | hl7.fhir.cr.meddyg.laboratory-results |
| Resource Type | Observation |
| Id | Observation-ObservationGlucoseFastingExample.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ObservationGlucoseFastingExample
Profile: Observation Laboratorio
status: Final
category: Laboratory
code: Glucosa : Suero o Plasma : Punto temporal: Concentración de masa: Cuantitativo:
effective: 2024-05-20 08:00:00-0600
performer: Organization Laboratorio Clínico Hospital México
value: 95 mg/dL (Details: UCUM codemg/dL = 'mg/dL')
specimen: Specimen: status = available; type = Blood specimen; receivedTime = 2024-05-20 07:30:00-0600
{
"resourceType": "Observation",
"id": "ObservationGlucoseFastingExample",
"meta": {
"profile": [
"https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/cr-observation-laboratory-result"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "1558-6"
}
]
},
"subject": {
"reference": "Patient/PatientLaboratoryResultExample"
},
"effectiveDateTime": "2024-05-20T08:00:00-06:00",
"performer": [
{
"reference": "Organization/OrganizationHospitalMexicoLabExample"
}
],
"valueQuantity": {
"value": 95,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"specimen": {
"reference": "Specimen/SpecimenGlucoseFastingExample"
}
}