FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Observation |
| Id | Observation-example-observation-resultsradiology-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "example-observation-resultsradiology-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-resultsradiology-ca-core"
]
},
"category": [
{
"coding": [
{
"code": "imaging",
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"display": "Imaging"
}
]
}
],
"status": "final",
"code": {
"coding": [
{
"code": "301231005",
"system": "http://snomed.info/sct",
"display": "Finding of lung field (finding)"
}
]
},
"subject": {
"reference": "Patient/example-patient-ca-core"
},
"encounter": {
"reference": "Encounter/example-encounter-ca-core"
},
"effectiveDateTime": "2024-03-27T09:00:00-07:00",
"valueString": "Clear lungs with no evidence of pneumonia or effusion",
"performer": [
{
"reference": "Practitioner/example-practitioner-ca-core-2"
}
]
}