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

: CAT Sample 5 ITI-93 Related Person - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "bf7c8e34-1be8-4b67-aad7-d62d8da48065",
  "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><b>Generated Narrative: RelatedPerson</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource RelatedPerson \"bf7c8e34-1be8-4b67-aad7-d62d8da48065\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IHE.PMIR.RelatedPerson.html\">IHE Patient Master Identity Registry Related Person</a></p></div><p><b>identifier</b>: id: Child</p><p><b>patient</b>: <span></span></p><p><b>relationship</b>: child <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#CHILD)</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.3.6.1.4.1.21367.13.20.308",
      "value" : "Child"
    }
  ],
  "patient" : {
    "identifier" : {
      "system" : "urn:oid:1.3.6.1.4.1.21367.13.20.308",
      "value" : "Mother"
    }
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "CHILD"
        }
      ]
    }
  ]
}