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

: activity-1 - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="activity-1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment activity-1</b></p><a name="activity-1"> </a><a name="hcactivity-1"> </a><a name="activity-1-en-US"> </a><p><b>status</b>: Booked</p><p><b>description</b>: The first antenatal encounter. This is where a detailed physical examination is performed and the pregnanacy discussed with the mother-to-be.</p><p><b>start</b>: 2021-09-18 10:38:00+0000</p><p><b>end</b>: 2021-09-18 10:50:00+0000</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Patient-ex-Patient-AmandaAlvarez.html">Amanda Alvarez</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}">attender</span></p><p><b>actor</b>: <a href="Practitioner-pr1.html">Mavis Midwife</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote><p><b>requestedPeriod</b>: 2021-09-18 --&gt; 2021-09-28</p></div>
  </text>
  <status value="booked"/>
  <description
               value="The first antenatal encounter. This is where a detailed physical examination is performed and the pregnanacy discussed with the mother-to-be."/>
  <start value="2021-09-18T10:38:00+00:00"/>
  <end value="2021-09-18T10:50:00+00:00"/>
  <participant>
    <actor>🔗 
      <reference value="Patient/ex-Patient-AmandaAlvarez"/>
      <display value="Amanda Alvarez"/>
    </actor>
    <required value="required"/>
    <status value="accepted"/>
  </participant>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="ATND"/>
      </coding>
    </type>
    <actor>🔗 
      <reference value="Practitioner/pr1"/>
      <display value="Mavis Midwife"/>
    </actor>
    <required value="required"/>
    <status value="accepted"/>
  </participant>
  <requestedPeriod>
    <start value="2021-09-18"/>
    <end value="2021-09-28"/>
  </requestedPeriod>
</Appointment>