FHIR IG analytics| Package | ndhm.in |
| Resource Type | FamilyMemberHistory |
| Id | FamilyMemberHistory-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: FamilyMemberHistory example-01
identifier: 12345
status: Completed
patient: ABC
date: 2011-03-18
relationship: father
sex: Male
| Code | ContributedToDeath | Onset[x] |
| Heart Attack | true | 84 yr (Details: UCUM codea = 'a') |
{
"resourceType": "FamilyMemberHistory",
"id": "example-01",
"meta": {
"profile": [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/FamilyMemberHistory"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "12345"
}
],
"status": "completed",
"patient": {
"reference": "Patient/example-01",
"display": "ABC"
},
"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": "315619001",
"display": "FH myocardial infarction male first degree age known"
}
],
"text": "Heart Attack"
},
"contributedToDeath": true,
"onsetAge": {
"value": 84,
"unit": "yr",
"system": "http://unitsofmeasure.org",
"code": "a"
}
}
]
}