This page is part of the Sharing eCC Data from Pathology Labs to EHR (v1.0.1: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "RelatedPerson",
"id" : "pathology-next-of-kin",
"meta" : {
"versionId" : "6",
"lastUpdated" : "2022-06-03T13:58:10.961+00:00",
"source" : "#hZYecGmLljeME3nB",
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: RelatedPerson</b><a name=\"pathology-next-of-kin\"> </a><a name=\"hcpathology-next-of-kin\"> </a></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 "pathology-next-of-kin" Version "6" Updated "2022-06-03 13:58:10+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #hZYecGmLljeME3nB!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU5.0.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-JoelAlexPatient.html\">Patient/JoelAlexPatient</a> " JOEL"</p><p><b>relationship</b>: Next-of-Kin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0131.html\">contactRole2</a>#N)</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/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"
}
]
}