FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting.r4 |
| Resource Type | Observation |
| Id | Observation-observation-lab-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-lab-example
status: Final
category: Laboratory
code: Leukocytes [#/volume] in Blood
subject: Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))
effective: 2025-01-02
issued: 2025-01-02 10:30:00+0000
performer: Practitioner Joseph P Nichols (official)
value: 6.8 10^3/uL (Details: UCUM code10^3/uL = '10^3/uL')
interpretation: Normal
{
"resourceType": "Observation",
"id": "observation-lab-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "26464-8",
"display": "Leukocytes [#/volume] in Blood"
}
]
},
"subject": {
"reference": "Patient/patient-ledner"
},
"effectiveDateTime": "2025-01-02",
"issued": "2025-01-02T10:30:00Z",
"performer": [
{
"reference": "Practitioner/practitioner-1"
}
],
"valueQuantity": {
"value": 6.8,
"unit": "10^3/uL",
"system": "http://unitsofmeasure.org",
"code": "10^3/uL"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
]
}