FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Observation |
| Id | Observation-acs-cda-last-oral-intake.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-last-oral-intake
Profile: ACS Last Oral Intake
status: Final
code: Last oral intake
effective: 2016-06-14 11:00:00+1200
value: 2016-06-14 11:00:00+1200
| Code | Value[x] |
| Last oral intake detail | Steak and cheese pie |
{
"resourceType": "Observation",
"id": "acs-cda-last-oral-intake",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-last-oral-intake"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "67517-3",
"display": "Last oral intake"
}
]
},
"subject": {
"reference": "Patient/acs-cda-patient-bob"
},
"encounter": {
"reference": "Encounter/acs-cda-encounter"
},
"effectiveDateTime": "2016-06-14T11:00:00+12:00",
"valueDateTime": "2016-06-14T11:00:00+12:00",
"component": [
{
"code": {
"coding": [
{
"system": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-metadata",
"code": "last-oral-intake-detail",
"display": "Last oral intake detail"
}
]
},
"valueString": "Steak and cheese pie"
}
]
}