FHIR IG analytics| Package | nexuzhealth.fhir.r4 |
| Resource Type | Observation |
| Id | LAB-1234567.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"category": [
{
"coding": [
{
"code": "laboratory",
"display": "Laboratory",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
},
{
"coding": [
{
"code": "7023",
"display": "Laboratoriumgeneeskunde",
"system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/resultaat/resultaat/eindgebruikCode"
}
]
}
],
"code": {
"coding": [
{
"code": "789-8",
"display": "RBC telling (bloed)",
"system": "http://loinc.org"
}
]
},
"effectiveDateTime": "2022-01-01T01:01:00+01:00",
"id": "LAB-1234567",
"identifier": [
{
"system": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/resultaat/resultaat/id",
"use": "usual",
"value": "1234567"
}
],
"issued": "2022-01-01T01:01:57.913+01:00",
"meta": {
"lastUpdated": "2023-03-16T06:56:46.254718+00:00",
"profile": [
"https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhLabObservation"
]
},
"performer": [
{
"reference": "Organization/UZL"
}
],
"referenceRange": [
{
"high": {
"value": 5.6
},
"low": {
"value": 3.9
}
}
],
"resourceType": "Observation",
"specimen": {
"reference": "Specimen/LAB-1234567"
},
"status": "final",
"subject": {
"reference": "Patient/ABC123"
},
"valueQuantity": {
"code": "10*12/L",
"system": "http://unitsofmeasure.org",
"unit": "trillion per liter",
"value": 4.72
}
}