FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Observation |
| Id | Observation-acs-cda-presenting-complaint.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-presenting-complaint
Profile: ACS Presenting Complaint
status: Final
code: Chief complaint
effective: 2016-06-14 02:00:00+1200
value: Shortness of breath
{
"resourceType": "Observation",
"id": "acs-cda-presenting-complaint",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-presenting-complaint"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "67570-2",
"display": "Chief complaint"
}
]
},
"subject": {
"reference": "Patient/acs-cda-patient-bob"
},
"encounter": {
"reference": "Encounter/acs-cda-encounter"
},
"effectiveDateTime": "2016-06-14T02:00:00+12:00",
"valueString": "Shortness of breath"
}