Mobile Antepartum Summary
0.0.1-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 0.0.1-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

: mAPS Organization example - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="ex-Organization-OB"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Organization</b><a name="ex-Organization-OB"> </a><a name="hcex-Organization-OB"> </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">Resource Organization &quot;ex-Organization-OB&quot; </p><p style="margin-bottom: 0px">Security Labels: <span title="{http://terminology.hl7.org/CodeSystem/v3-ActReason http://terminology.hl7.org/CodeSystem/v3-ActReason}">http://terminology.hl7.org/CodeSystem/v3-ActReason</span></p></div><p><b>identifier</b>: National provider identifier/187659 (use: official, period: 1999-03-19 --&gt; (ongoing))</p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-organization-type.html">Organization type</a>#prov)</span></p><p><b>name</b>: Acme Healthcare</p><p><b>telecom</b>: ph: (401) 623 8856</p><p><b>address</b>: 25 Eddy St, Providence, RI  02903</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NPI"/>
      </coding>
    </type>
    <value value="187659"/>
    <period>
      <start value="1999-03-19"/>
    </period>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
    </coding>
  </type>
  <name value="Acme Healthcare"/>
  <telecom>
    <system value="phone"/>
    <value value="(401) 623 8856"/>
  </telecom>
  <address>
    <type value="both"/>
    <text value="25 Eddy St, Providence, RI  02903"/>
    <line value="25 Eddy St"/>
    <city value="Providence"/>
    <state value="02903"/>
    <postalCode value="RI"/>
    <country value="USA"/>
  </address>
</Organization>