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

FHIR IG analytics

Packageihe.pcc.maps.us
Resource TypeCarePlan
IdCarePlan-ex-CarePlan-BirthPlan.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

Generated Narrative: CarePlan ex-CarePlan-BirthPlan

status: Active

intent: Plan

category: Patient written birth plan (record artifact)

subject: Amanda Alvarez

period: 2021-07-15 --> 2022-04-20

careTeam: CareTeam

goal: Goal: lifecycleStatus = active; description =

Activities

-Reference
*Appointment: status = proposed; description = The home delivery.; requestedPeriod = 2022-04-20 --> 2022-04-20

Source1

{
  "resourceType": "CarePlan",
  "id": "ex-CarePlan-BirthPlan",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "735986004"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/ex-Patient-AmandaAlvarez",
    "display": "Amanda Alvarez"
  },
  "period": {
    "start": "2021-07-15",
    "end": "2022-04-20"
  },
  "careTeam": [
    {
      "reference": "CareTeam/ex-careteam"
    }
  ],
  "goal": [
    {
      "reference": "Goal/ex-goal"
    }
  ],
  "activity": [
    {
      "reference": {
        "reference": "Appointment/activity-3"
      }
    }
  ]
}