MediRecords FHIR Implementation Guide
1.4.1 - release


: MediRecords RelatedPerson Example - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "1e5cae20-85bf-11e8-b401-ffccd711ad9r",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medirecords.com/StructureDefinition/mr-related-person-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson 1e5cae20-85bf-11e8-b401-ffccd711ad9r</b></p><a name=\"1e5cae20-85bf-11e8-b401-ffccd711ad9r\"> </a><a name=\"hc1e5cae20-85bf-11e8-b401-ffccd711ad9r\"> </a><a name=\"1e5cae20-85bf-11e8-b401-ffccd711ad9r-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Mila Female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(,\u00a0period:\u00a0(?) --&gt; 2025-02))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode BRO}\">brother</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 C}\">Emergency Contact</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 N}\">Next-of-Kin</span></p><p><b>name</b>: Sean, Abbot</p><p><b>telecom</b>: ph: 0410999998(Mobile), <a href=\"mailto:sean@nobody.com\">sean@nobody.com</a></p></div>"
  },
  "patient" : {
    🔗 "reference" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "BRO",
          "display" : "brother"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
          "code" : "C",
          "display" : "Emergency Contact"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
          "code" : "N",
          "display" : "Next-of-Kin"
        }
      ]
    }
  ],
  "name" : [
    {
      "text" : "Sean, Abbot"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0410999998",
      "use" : "mobile"
    },
    {
      "system" : "email",
      "value" : "sean@nobody.com",
      "use" : "home"
    }
  ]
}