This page is part of the FHIR Specification (v4.1.0: Release 4B 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
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Patient, Practitioner |
Raw JSON (canonical form + also see JSON Format Specification)
Real-world patient example
{ "resourceType": "List", "id": "f201", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tr><td>Mode: snapshotStatus: currentCode: History of family member diseases</td></tr><tr><td>Subject: <a>Roel. Generated Summary: BSN: 123456789 (OFFICIAL), BSN: 123456789 (OFFICIAL); active; Roel(OFFICIAL); Phone: +31612345678, Phone: +31201234567; gender: male; birthDate: 1960-03-13; <span>Legally married</span>; </a></td></tr></table><table><tr><td><b>Items</b></td></tr><tr><td><a>#fmh-1</a></td></tr><tr><td><a>#fmh-2</a></td></tr></table></div>" }, "contained": [ { "resourceType": "FamilyMemberHistory", "id": "fmh-1", "status": "completed", "patient": { "reference": "Patient/f201", "display": "Roel" }, "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", "status": "completed", "patient": { "reference": "Patient/f201", "display": "Roel" }, "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" } ] } } ] } ], "status": "current", "mode": "snapshot", "code": { "coding": [ { "system": "http://loinc.org", "code": "8670-2", "display": "History of family member diseases" } ] }, "subject": { "reference": "Patient/f201", "display": "Roel" }, "note": [ { "text": "Both parents, both brothers and both children (twin) are still alive." } ], "entry": [ { "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.