This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Basic Example. Describes the fathers death at age 74 from a heart attack
{ "resourceType": "FamilyHistory", "text": { "status": "generated", "div": "<div>Father died of a heart attack aged 74</div>" }, "subject": { "reference": "Patient/example", "display": "Peter Patient" }, "relation": [ { "relationship": { "coding": [ { "system": "http://hl7.org/fhir/familial-relationship", "code": "father" } ] }, "condition": [ { "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "315619001", "display": "Myocardial Infarction" } ], "text": "Heart Attack" }, "onsetAge": { "value": 74, "units": "a", "system": "http://unitsofmeasure.org" }, "note": "Was fishing at the time. At least he went doing someting he loved." } ] } ] }