Mobile Antepartum Summary
1.0.0-current - ci-build 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-current 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><b>Generated Narrative: CarePlan </b><a name=\"ex-CarePlan-BirthPlan\"> </a><a name=\"hcex-CarePlan-BirthPlan\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceCarePlan &quot;ex-CarePlan-BirthPlan&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>category</b>: Patient written birth plan (record artifact) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#735986004)</span></p><p><b>subject</b>: <a href=\"Patient-ex-Patient-AmandaAlvarez.html\">Patient/ex-Patient-AmandaAlvarez: Amanda Alvarez</a> &quot; ALVAREZ&quot;</p><p><b>period</b>: 2021-07-15 --&gt; 2022-04-20</p><p><b>careTeam</b>: <a href=\"CareTeam-ex-careteam.html\">CareTeam/ex-careteam</a></p><p><b>goal</b>: <a href=\"Goal-ex-goal.html\">Goal/ex-goal</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/activity-3</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"
      }
    }
  ]
}