FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Observation |
| Id | Observation-acs-cda-accident-vehicle-type.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation acs-cda-accident-vehicle-type
Profile: ACS Accident Detail Observation
status: Final
code: Vehicle type
value: Car
{
"resourceType": "Observation",
"id": "acs-cda-accident-vehicle-type",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-accident-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "46160005",
"display": "Vehicle type"
}
]
},
"subject": {
"reference": "Patient/acs-cda-patient-bob"
},
"encounter": {
"reference": "Encounter/acs-cda-encounter"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "71783008",
"display": "Car"
}
]
}
}