FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeCarePlan
IdCarePlan-acs-careplan.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Care plan

StatusActive
IntentPlan
PatientBob Bobson
Encounter0450-1-2016/06/14
DescriptionRecommend GP appointment to review medication.
NoteRecommend GP appt to get more meds

Source1

{
  "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"
    }
  ]
}