Mobile Antepartum Summary
1.0.0 - trial-use International flag

Mobile Antepartum Summary, published by IHE Patient Care Coordination Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.mAPS/ and changes regularly. See the Directory of published versions

: ex-CarePlan-BirthPlan - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "ex-CarePlan-BirthPlan",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan ex-CarePlan-BirthPlan</b></p><a name=\"ex-CarePlan-BirthPlan\"> </a><a name=\"hcex-CarePlan-BirthPlan\"> </a><a name=\"ex-CarePlan-BirthPlan-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 735986004}\">Patient written birth plan (record artifact)</span></p><p><b>subject</b>: <a href=\"Patient-ex-Patient-AmandaAlvarez.html\">Amanda Alvarez</a></p><p><b>period</b>: 2021-07-15 --&gt; 2022-04-20</p><p><b>careTeam</b>: <a href=\"CareTeam-ex-careteam.html\">CareTeam</a></p><p><b>goal</b>: <a href=\"Goal-ex-goal.html\">Goal: lifecycleStatus = active; description = </a></p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Appointment-activity-3.html\">Appointment: status = proposed; description = The home delivery.; requestedPeriod = 2022-04-20 --&gt; 2022-04-20</a></td></tr></table></div>"
  },
  "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"
      }
    }
  ]
}