Patient Master Identity Registry (PMIR)
1.5.0 - Trial-Implementation International flag

This page is part of the IHE Patient Master Identity Registry (PMIR) (v1.5.0: Trial Implementation) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: PMIR example Patient for create - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "ex-related-child",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Baby Wooten (OFFICIAL)</b> (no stated gender), DoB Unknown</p></div>"
  },
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Wooten",
      "given" : [
        "Baby"
      ]
    }
  ]
}