FHIR IG analytics| Package | ca.on.oh-olis |
| Resource Type | Observation |
| Id | Observation-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Observation|2.0.0"
]
},
"extension": [
{
"url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-sort-key",
"valueString": "3"
}
],
"identifier": [
{
"system": "http://ehealthontario.ca/fhir/NamingSystem/lab/filler-id-lab-license-4004",
"value": "23423432",
"assigner": {
"reference": "#Org1"
}
}
],
"basedOn": [
{
"reference": "#ServiceRequest-1"
}
],
"status": "final",
"category": [
{
"coding": {
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
}
],
"code": {
"coding": [
{
"system": "http://loinc.org/",
"code": "39792-7",
"display": "Sodium:SCnc:Pt:BldC:Qn"
}
]
},
"subject": {
"reference": "#Pat1"
},
"effectiveDateTime": "2017-08-24T11:51:24-04:00",
"issued": "2017-08-24T11:51:24-04:00",
"performer": [
{
"reference": "#Org1"
}
],
"valueQuantity": {
"value": 205,
"unit": "mmol/L"
},
"interpretation": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "HH",
"display": "Critical High"
}
]
},
"note": [
{
"text": "Some notes about the observation"
}
],
"method": {
"text": "PCR"
},
"specimen": {
"reference": "Specimen#1"
},
"referenceRange": [
{
"low": {
"value": 135,
"unit": "mmol/L"
},
"high": {
"value": 145,
"unit": "mmol/L"
},
"appliesTo": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0080",
"code": "R",
"display": "Race"
}
]
}
]
}
]
}