MCC eCare Plan Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
{
"resourceType" : "FamilyMemberHistory",
"id" : "father",
"meta" : {
"versionId" : "5",
"lastUpdated" : "2022-04-21T17:37:13.794+00:00",
"source" : "#nXMDbpn6VDNC56oz",
"profile" : [
"http://hl7.org/fhir/us/mcc/StructureDefinition/MCCFamilyHistory"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Father died of CKD and heart disease aged 74\n \n \n </div>"
},
"identifier" : [
{
"value" : "12345"
}
],
"status" : "completed",
"patient" : {
"reference" : "Patient/cc-pat-pnoelle",
"display" : "Patricia Noelle"
},
"date" : "2011-03-18",
"relationship" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "FTH",
"display" : "father"
}
]
},
"sex" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/administrative-gender",
"code" : "male",
"display" : "Male"
}
]
},
"condition" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "96711000119105",
"display" : "Hypertensive heart AND chronic kidney disease stage 5 (disorder)"
}
],
"text" : "Hypertensive heart AND chronic kidney disease stage 5"
},
"contributedToDeath" : true,
"onsetAge" : {
"value" : 74,
"unit" : "yr",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
]
}