This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Patient example showing US extensions
{ "resourceType": "Patient", "id": "us01", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/us-core-race", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/Race", "code": "1096-7" } ] } }, { "url": "http://hl7.org/fhir/ExtensionDefinition/us-core-ethnicity", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/v3/Ethnicity", "code": "2162-6" } ] } } ], "name": [ { "use": "official", "family": [ "Chalmers" ], "given": [ "Peter", "James" ] } ], "telecom": [ { "system": "phone", "value": "(03) 5555 6473", "use": "work" }, { "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/us-core-direct", "valueBoolean": true } ], "system": "email", "value": "person@example.org", "use": "work" } ], "address": [ { "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/us-core-county", "valueString": "Orange County" } ], "use": "home", "line": [ "534 Erewhon St" ], "city": "PleasantVille", "state": "Vic", "postalCode": "3999" } ], "active": true }
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.