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

: mAPS Organization example - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ex-Organization-OB",
  "meta" : {
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ex-Organization-OB</b></p><a name=\"ex-Organization-OB\"> </a><a name=\"hcex-Organization-OB\"> </a><a name=\"ex-Organization-OB-en-US\"> </a><p><b>identifier</b>: National provider identifier/187659\u00a0(use:\u00a0official,\u00a0period:\u00a01999-03-19 --&gt; (ongoing))</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</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>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NPI"
          }
        ]
      },
      "value" : "187659",
      "period" : {
        "start" : "1999-03-19"
      }
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov"
        }
      ]
    }
  ],
  "name" : "Acme Healthcare",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(401) 623 8856"
    }
  ],
  "address" : [
    {
      "type" : "both",
      "text" : "25 Eddy St, Providence, RI  02903",
      "line" : [
        "25 Eddy St"
      ],
      "city" : "Providence",
      "state" : "02903",
      "postalCode" : "RI",
      "country" : "USA"
    }
  ]
}