FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Observation |
| Id | Observation-example-observation-laboratoryresult-pathology-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "example-observation-laboratoryresult-pathology-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-laboratory-Pathology-ca-core"
]
},
"category": [
{
"coding": [
{
"code": "laboratory",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"status": "final",
"code": {
"coding": [
{
"code": "2339-0",
"system": "http://loinc.org",
"display": "Glucose [Mass/volume] in Blood"
}
]
},
"subject": {
"reference": "Patient/example-patient-ca-core"
},
"encounter": {
"reference": "Encounter/example-encounter-ca-core"
},
"effectiveDateTime": "2024-03-27T09:00:00-07:00",
"valueQuantity": {
"value": 95,
"code": "mg/dL",
"system": "http://unitsofmeasure.org",
"unit": "milligrams per deciliter"
},
"performer": [
{
"reference": "Practitioner/example-practitioner-ca-core"
}
]
}