This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Real-world patient example (id = "f201")
<FamilyHistory xmlns="http://hl7.org/fhir"> <subject> <type value="Patient"/> <reference value="patient/@f201"/> <display value="Roel"/> </subject> <note value="Both parents, both brothers and both children (twin) are still alive."/><!-- Other relatives --> <relation><!-- ROB's Mother has a hernia --> <relationship> <coding> <system value="http://snomed.info/sct"/> <code value="72705000"/> <display value="Mother"/> </coding> </relationship> <deceasedBoolean value="false"/> <condition> <type> <coding> <system value="http://snomed.info/sct"/> <code value="39839004"/> <display value="Diaphragmatic hernia"/> </coding> </type> </condition> </relation> <relation><!-- ROB's uncle from mother's side died from cancer --> <relationship> <coding> <system value="http://snomed.info/sct"/> <code value="38048003"/> <display value="Uncle"/> </coding> </relationship> <deceasedBoolean value="true"/> <condition> <type> <coding> <system value="http://snomed.info/sct"/> <code value="115665000"/> <display value="Atopy"/> </coding> </type> <outcome> <coding> <system value="http://snomed.info/sct"/> <code value="419099009"/> <display value="Died"/> </coding> </outcome> </condition> </relation> </FamilyHistory>