This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.16.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "FamilyMemberHistory",
"id" : "family-member-history-uncle-jenny-m",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>patient</b>: <a href=\"Patient-cancer-patient-jenny-m.html\">Generated Summary: Medical Record Number: MRN1234 (USUAL); Jenny M ; gender: female; birthDate: 1965-01-01</a></p><p><b>relationship</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode PUNCLE}\">paternal uncle</span></p><p><b>deceased</b>: true</p><h3>Conditions</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>ContributedToDeath</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 363418001}\">Malignant tumor of pancreas (disorder)</span></td><td>true</td></tr></table></div>"
},
"status" : "completed",
"patient" : {
"reference" : "Patient/cancer-patient-jenny-m"
},
"relationship" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "PUNCLE",
"display" : "paternal uncle"
}
]
},
"deceasedBoolean" : true,
"condition" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "363418001",
"display" : "Malignant tumor of pancreas (disorder)"
}
]
},
"contributedToDeath" : true
}
]
}