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
Description: USLab Patient Profile Canonical Example: Todd Lerr
{ "resourceType": "Patient", "id": "uslab-example1", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/us-core-race", "valueCodeableConcept": { "coding": [ { "code": "2106-3" } ] } }, { "url": "http://hl7.org/fhir/ExtensionDefinition/us-core-ethnicity", "valueCodeableConcept": { "coding": [ { "code": "2135-2" } ] } } ], "identifier": [ { "use": "usual", "system": "urn:oid:2.16.840.1.113883.3.72.5.30.2", "value": "18547545" } ], "name": [ { "use": "official", "family": [ "Lerr" ], "given": [ "Todd", "G." ], "suffix": [ "Jr" ] } ], "gender": "male", "birthDate": "2012-06-07", "deceasedBoolean": false, "address": [ { "use": "home", "line": [ "123 North 102nd Street", "Apt 4d" ], "city": "Harrisburg", "state": "PA", "postalCode": "17102", "country": "USA" } ] }
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.