This page is part of the FHIR Specification (v1.0.2: DSTU 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 (anonymized)
{ "resourceType": "Patient", "id": "f201", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>identifier</b>: BSN = 123456789 (OFFICIAL), BSN = 123456789 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Roel(OFFICIAL)</p><p><b>telecom</b>: ph: +31612345678(MOBILE), ph: +31201234567(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 13/03/1960</p><p><b>deceased</b>: false</p><p><b>address</b>: Bos en Lommerplein 280 Amsterdam 1055RW NLD (HOME)</p><p><b>maritalStatus</b>: Legally married <span>(Details : {SNOMED CT code '36629006' = '36629006', given as 'Legally married'}; {http://hl7.org/fhir/v3/MaritalStatus code 'M' = 'Married)</span></p><p><b>multipleBirth</b>: false</p><p><b>photo</b>: </p><h3>Contacts</h3><table><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Wife <span>(Details : {SNOMED CT code '127850001' = '127850001', given as 'Wife'}; {http://hl7.org/fhir/patient-contact-relationship code 'partner' = 'Partner)</span></td><td>Ariadne Bor-Jansma</td><td>ph: +31201234567(HOME)</td></tr></table><h3>Communications</h3><table><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td>Dutch <span>(Details : {urn:ietf:bcp:47 code 'nl-NL' = '??', given as 'Dutch'})</span></td><td>true</td></tr></table><p><b>managingOrganization</b>: <a>AUMC</a></p></div>" }, "identifier": [ { "use": "official", "_use": { "fhir_comments": [ " The identifier for the person as this patient (fictive) " ] }, "type": { "text": "BSN" }, "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "value": "123456789" }, { "fhir_comments": [ " Demographics " ], "use": "official", "_use": { "fhir_comments": [ " The identifier for this individual " ] }, "type": { "text": "BSN" }, "system": "urn:oid:2.16.840.1.113883.2.4.6.3", "value": "123456789" } ], "active": true, "_active": { "fhir_comments": [ " Indicates that the patient is not part of a multiple birth " ] }, "name": [ { "use": "official", "_use": { "fhir_comments": [ " The name associated with the individual (fictive) " ] }, "text": "Roel", "family": [ "Bor" ], "given": [ "Roelof Olaf" ], "prefix": [ "Drs." ], "suffix": [ "PDEng." ] } ], "telecom": [ { "system": "phone", "_system": { "fhir_comments": [ " The mobile contact detail for the individual " ] }, "value": "+31612345678", "use": "mobile" }, { "system": "phone", "_system": { "fhir_comments": [ " The home contact detail for the individual " ] }, "value": "+31201234567", "use": "home" } ], "gender": "male", "birthDate": "1960-03-13", "deceasedBoolean": false, "_deceasedBoolean": { "fhir_comments": [ " The date and time of birth for the individual " ] }, "address": [ { "fhir_comments": [ " Indicates that the individual is not deceased ", " ISO 3166 3 letter code " ], "use": "home", "_use": { "fhir_comments": [ " Home address for the individual " ] }, "line": [ "Bos en Lommerplein 280" ], "city": "Amsterdam", "postalCode": "1055RW", "country": "NLD" } ], "maritalStatus": { "coding": [ { "fhir_comments": [ " Marital status of the person " ], "system": "http://snomed.info/sct", "code": "36629006", "display": "Legally married" }, { "system": "http://hl7.org/fhir/v3/MaritalStatus", "code": "M" } ] }, "multipleBirthBoolean": false, "photo": [ { "contentType": "image/jpeg", "url": "Binary/f006" } ], "contact": [ { "relationship": [ { "fhir_comments": [ " Contact of the patient " ], "coding": [ { "fhir_comments": [ " Indicates that the contact is the patient's wife " ], "system": "http://snomed.info/sct", "code": "127850001", "display": "Wife" }, { "system": "http://hl7.org/fhir/patient-contact-relationship", "code": "partner" } ] } ], "name": { "use": "usual", "_use": { "fhir_comments": [ " The name of the contact " ] }, "text": "Ariadne Bor-Jansma" }, "telecom": [ { "system": "phone", "_system": { "fhir_comments": [ " The home contact detail " ] }, "value": "+31201234567", "use": "home" } ] } ], "communication": [ { "language": { "coding": [ { "system": "urn:ietf:bcp:47", "code": "nl-NL", "display": "Dutch" } ] }, "preferred": true } ], "managingOrganization": { "reference": "Organization/f201", "display": "AUMC" } }
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.