US Core Implementation Guide 6.0.0 - STU6
This page is part of the US Core (v6.0.0: STU6) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Raw xml | Download
<Patient xmlns="http://hl7.org/fhir"> <id value="example-targeted-provenance"/> <meta> <profile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/> </meta> <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race" id="race"> <extension url="ombCategory"> <valueCoding> <system value="urn:oid:2.16.840.1.113883.6.238"/> <code value="2106-3"/> <display value="White"/> </valueCoding> </extension> <extension url="text"> <valueString value="Mixed"/> </extension> </extension> <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity" id="ethnicity"> <extension url="ombCategory"> <valueCoding> <system value="urn:oid:2.16.840.1.113883.6.238"/> <code value="2135-2"/> <display value="Hispanic or Latino"/> </valueCoding> </extension> <extension url="text"> <valueString value="Hispanic or Latino"/> </extension> </extension> <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex" id="birthsex"> <valueCode value="F"/> </extension> <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-genderIdentity" id="genderIdentity"> <valueCodeableConcept> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> <code value="UNK"/> </coding> </valueCodeableConcept> </extension> <identifier> <system value="http://hospital.smarthealthit.org"/> <value value="1032702"/> </identifier> <active value="true"/> <name> <family value="Shaw"/> <given value="Amy"/> <given value="V."/> </name> <telecom> <system value="phone"/> <value value="555-555-5555"/> </telecom> <gender value="female"> <id value="gender"/> </gender> <birthDate value="1987-02-20"/> <address> <line value="183 Mountain View St"/> <city value="Mounds"/> <state value="OK"/> </address> </Patient>