FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | FamilyMemberHistory |
| Id | FamilyMemberHistory-father.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: FamilyMemberHistory father
version: 11; Last updated: 2022-11-17 22:02:53+0000;
Information Source: #SAeRVf4viOeLzIXn
Profile: Multiple Chronic Condition Care Plan Family History
identifier: 12345
status: Completed
patient: Patricia Noelle
date: 2011-03-18
relationship: father
sex: Male
| Code | ContributedToDeath | Onset[x] |
| Chronic kidney disease (CKD) | true | 74 yr (Details: UCUM codea = 'a') |
{
"resourceType": "FamilyMemberHistory",
"id": "father",
"meta": {
"versionId": "11",
"lastUpdated": "2022-11-17T22:02:53.691+00:00",
"source": "#SAeRVf4viOeLzIXn",
"profile": [
"http://hl7.org/fhir/us/mcc/StructureDefinition/MCCFamilyHistory"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "709044004",
"display": "Chronic kidney disease (disorder)"
}
],
"text": "Chronic kidney disease (CKD)"
},
"contributedToDeath": true,
"onsetAge": {
"value": 74,
"unit": "yr",
"system": "http://unitsofmeasure.org",
"code": "a"
}
}
]
}