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

: Amanda Alvarez Father example - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "ex-Patient-AmandaAlvarez-Father",
  "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 style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Dave Alvarez (Official)</b> (no stated gender), DoB Unknown</p><hr/></div>"
  },
  "name" : [
    {
      "use" : "official",
      "family" : "Alvarez",
      "given" : [
        "Dave"
      ]
    }
  ]
}