Patient Master Identity Registry (PMIR)
1.5.1-current - ci-build International flag

Patient Master Identity Registry (PMIR), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.5.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.PMIR/ and changes regularly. See the Directory of published versions

: PMIR Example of a Related Person for Mother - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "ex-related-mom",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.RelatedPerson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson ex-related-mom</b></p><a name=\"ex-related-mom\"> </a><a name=\"hcex-related-mom\"> </a><a name=\"ex-related-mom-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-ex-related-child.html\">Baby Wooten (official) (no stated gender), DoB Unknown</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p></div>"
  },
  "patient" : {
    🔗 "reference" : "Patient/ex-related-child"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "MTH"
        }
      ]
    }
  ]
}