FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | FamilyMemberHistory |
| Id | FamilyMemberHistory-example-familymemberhistory-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "FamilyMemberHistory",
"id": "example-familymemberhistory-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/familymemberhistory-ca-core"
]
},
"status": "completed",
"patient": {
"reference": "Patient/example-patient-ca-core"
},
"relationship": {
"coding": [
{
"code": "72705000",
"system": "http://snomed.info/sct",
"display": "Mother (person)"
}
]
},
"condition": [
{
"code": {
"coding": [
{
"code": "44054006",
"system": "http://snomed.info/sct",
"display": "Diabetes mellitus type 2"
}
],
"text": "Type 2 diabetes mellitus"
},
"onsetAge": {
"value": 45,
"code": "a",
"system": "http://unitsofmeasure.org",
"unit": "45 years"
},
"note": [
{
"text": "Diagnosed at age 45, managed with oral medications and lifestyle changes"
}
]
}
],
"note": [
{
"text": "Family history of type 2 diabetes in mother. Patient has been advised to maintain healthy lifestyle and regular blood sugar monitoring."
}
]
}