FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | CarePlan |
| Id | CarePlan-acs-careplan.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Status | Active |
|---|---|
| Intent | Plan |
| Patient | Bob Bobson |
| Encounter | 0450-1-2016/06/14 |
| Description | Recommend GP appointment to review medication. |
| Note | Recommend GP appt to get more meds |
{
"resourceType": "CarePlan",
"id": "acs-careplan",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-care-plan"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "plan",
"description": "Recommend GP appointment to review medication.",
"subject": {
"reference": "Patient/acs-patient-bob"
},
"encounter": {
"reference": "Encounter/acs-encounter"
},
"note": [
{
"text": "Recommend GP appt to get more meds"
}
]
}