FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Observation |
| Id | Observation-acs-cda-history-of-incident.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-history-of-incident
Profile: ACS History of Incident
status: Final
code: History of incident
effective: 2016-06-14 11:13:00+1200
value: History line 1 History line 2 History line 3
{
"resourceType": "Observation",
"id": "acs-cda-history-of-incident",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-history-of-incident"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-metadata",
"code": "history-of-incident",
"display": "History of incident"
}
]
},
"subject": {
"reference": "Patient/acs-cda-patient-bob"
},
"encounter": {
"reference": "Encounter/acs-cda-encounter"
},
"effectiveDateTime": "2016-06-14T11:13:00+12:00",
"valueString": "History line 1\nHistory line 2\nHistory line 3"
}