This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Real-world patient example (id = "f201")
<List xmlns="http://hl7.org/fhir"> <id value="f201"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <contained> <FamilyMemberHistory> <id value="fmh-1"/><!-- ROB's Mother has a hernia --> <patient> <reference value="Patient/f201"/> <display value="Roel"/> </patient> <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> </FamilyMemberHistory> </contained> <contained> <FamilyMemberHistory> <id value="fmh-2"/><!-- ROB's uncle from mother's side died from cancer --> <patient> <reference value="Patient/f201"/> <display value="Roel"/> </patient> <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> </FamilyMemberHistory> </contained> <code> <coding> <system value="http://loinc.org"/> <code value="8670-2"/> <display value="History of family member diseases"/> </coding> </code> <subject> <reference value="Patient/f201"/> <display value="Roel"/> </subject> <status value="current"/> <mode value="snapshot"/> <note value="Both parents, both brothers and both children (twin) are still alive."/><!-- Other relatives --> <entry> <item> <reference value="#fmh-1"/> </item> </entry> <entry> <item> <reference value="#fmh-2"/> </item> </entry> </List>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.