Cancer Pathology Data Sharing
2.0.0-ballot - STU 2 Ballot United States of America flag

This page is part of the Sharing eCC Data from Pathology Labs to EHR (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.1. For a full list of available versions, see the Directory of published versions

: Next-of-Kin RelatedPerson example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "relatedperson-pathology-next-of-kin",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson relatedperson-pathology-next-of-kin</b></p><a name=\"relatedperson-pathology-next-of-kin\"> </a><a name=\"hcrelatedperson-pathology-next-of-kin\"> </a><a name=\"relatedperson-pathology-next-of-kin-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-relatedperson.html\">US Core RelatedPerson Profile</a></p></div><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-OakleyAnnie.html\">Annie Oakley  Female, DoB: 1990-06-01 ( MRN:\u00a0Alaska Driver's License#abc123\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 N}\">Next-of-Kin</span></p><p><b>name</b>: Bill Hickok </p><p><b>telecom</b>: ph: 1-989-654-7896</p></div>"
  },
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/patient-OakleyAnnie"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
          "code" : "N",
          "display" : "Next-of-Kin"
        }
      ]
    }
  ],
  "name" : [
    {
      "family" : "Hickok",
      "given" : [
        "Bill"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1-989-654-7896"
    }
  ]
}