Cancer Pathology Data Sharing
0.1.0 - STU 1 Ballot

This page is part of the Sharing eCC Data from Pathology Labs to EHR (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Next-of-Kin RelatedPerson (example) - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "pathology-next-of-kin",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2021-08-06T14:01:37.708+00:00",
    "source" : "#ZUtzI9gMaQppmoj3",
    "profile" : [
      "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-next-of-kin"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>patient</b>: <a href=\"Patient-JoelAlexPatient.html\">Generated Summary: id: JoelAlexPatient; Jose Rodriguez ; gender: male</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>: Minni Me </p><p><b>telecom</b>: ph: 1-989-654-7896</p></div>"
  },
  "patient" : {
    "reference" : "Patient/JoelAlexPatient"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
          "code" : "N",
          "display" : "Next-of-Kin"
        }
      ]
    }
  ],
  "name" : [
    {
      "family" : "Me",
      "given" : [
        "Minni"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1-989-654-7896"
    }
  ]
}