This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 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 . Page versions: R5 R4B R4 R3 R2
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
Real-world patient example
{ "resourceType": "List", "id": "f201", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>contained</b>: , </p><p><b>code</b>: History of family member diseases <span>(Details : {LOINC code '8670-2' = 'History of family member diseases', given as 'History of family member diseases'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>status</b>: current</p><p><b>mode</b>: snapshot</p><p><b>note</b>: Both parents, both brothers and both children (twin) are still alive.</p><blockquote><p><b>entry</b></p><p><b>item</b>: id: fmh-1; status: completed; Mother <span>(Details : {SNOMED CT code '72705000' = '72705000', given as 'Mother'})</span>; </p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: id: fmh-2; status: completed; Uncle <span>(Details : {SNOMED CT code '38048003' = '38048003', given as 'Uncle'})</span>; deceased</p></blockquote></div>" }, "contained": [ { "resourceType": "FamilyMemberHistory", "id": "fmh-1", "patient": { "fhir_comments": [ " ROB's Mother has a hernia " ], "reference": "Patient/f201", "display": "Roel" }, "status": "completed", "relationship": { "coding": [ { "system": "http://snomed.info/sct", "code": "72705000", "display": "Mother" } ] }, "deceasedBoolean": false, "condition": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "39839004", "display": "Diaphragmatic hernia" } ] } } ] }, { "resourceType": "FamilyMemberHistory", "id": "fmh-2", "patient": { "fhir_comments": [ " ROB's uncle from mother's side died from cancer " ], "reference": "Patient/f201", "display": "Roel" }, "status": "completed", "relationship": { "coding": [ { "system": "http://snomed.info/sct", "code": "38048003", "display": "Uncle" } ] }, "deceasedBoolean": true, "condition": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "115665000", "display": "Atopy" } ] }, "outcome": { "coding": [ { "system": "http://snomed.info/sct", "code": "419099009", "display": "Died" } ] } } ] } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "8670-2", "display": "History of family member diseases" } ] }, "subject": { "reference": "Patient/f201", "display": "Roel" }, "status": "current", "mode": "snapshot", "note": "Both parents, both brothers and both children (twin) are still alive.", "entry": [ { "fhir_comments": [ " Other relatives " ], "item": { "reference": "#fmh-1" } }, { "item": { "reference": "#fmh-2" } } ] }
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.