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 Practitioner example - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "ex-Practitioner",
  "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: Practitioner ex-Practitioner</b></p><a name=\"ex-Practitioner\"> </a><a name=\"hcex-Practitioner\"> </a><a name=\"ex-Practitioner-en-US\"> </a><p><b>identifier</b>: National provider identifier/567IUI51C154\u00a0(use:\u00a0usual,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Simone Heps (Official)</p><p><b>telecom</b>: ph: 2020556936(Work), <a href=\"mailto:S.M.Heps@bmc.nl\">S.M.Heps@bmc.nl</a>, fax: 0205669283(Work)</p><p><b>address</b>: 25 Eddy St, Providence, RI  02903(work)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1971-11-07</p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NPI"
          }
        ]
      },
      "value" : "567IUI51C154"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Heps",
      "given" : [
        "Simone"
      ],
      "suffix" : [
        "MD"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "2020556936",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "S.M.Heps@bmc.nl",
      "use" : "work"
    },
    {
      "system" : "fax",
      "value" : "0205669283",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "type" : "both",
      "text" : "25 Eddy St, Providence, RI  02903",
      "line" : [
        "25 Eddy St"
      ],
      "city" : "Providence",
      "state" : "02903",
      "postalCode" : "RI",
      "country" : "USA"
    }
  ],
  "gender" : "female",
  "birthDate" : "1971-11-07"
}