Cancer Pathology Data Sharing
1.0.1 - STU 1.0.1 United States of America flag

Cancer Pathology Data Sharing, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cancer-reporting/ and changes regularly. See the Directory of published versions

: Next-of-Kin RelatedPerson example - JSON Representation

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><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-JoelAlex.html\">Alex Joel  Male, DoB Unknown ( urn:system#patient-JoelAlex)</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>"
  },
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/patient-JoelAlex"
  },
  "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"
    }
  ]
}