FHIR IG analytics| Package | acme.canada.2023 |
| Resource Type | Observation |
| Id | Observation-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "1",
"meta": {
"profile": [
"https://fake-acme.org/fhir/ca/StructureDefinition/EaseOfRespiration"
]
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "248546008"
}
]
},
"subject": {
"reference": "Patient/1"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "248549001",
"display": "Labored breathing (finding)"
}
]
}
}