This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir"> <id value="example"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: Medical Record Number = 1032702 (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Amy V. Shaw </p><p><b>telecom</b>: ph: 555-555-5555(HOME), amy.shaw@example.com</p><p><b>gender</b>: </p><p><b>birthDate</b>: 20/02/2007</p><p><b>address</b>: 49 Meadow St Mounds OK 74047 US </p></div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/us-core-race"> <valueCodeableConcept> <coding> <system value="http://hl7.org/fhir/v3/Race"/> <code value="2106-3"/> <display value="White"/> </coding> <text value="White"/> </valueCodeableConcept> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/us-core-race"> <valueCodeableConcept> <coding> <system value="http://hl7.org/fhir/v3/Race"/> <code value="1002-5"/> <display value="American Indian or Alaska Native"/> </coding> <coding> <system value="http://hl7.org/fhir/v3/Race"/> <code value="1586-7"/> <display value="Shoshone"/> </coding> <text value="Shoshone"/> </valueCodeableConcept> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/us-core-ethnicity"> <valueCodeableConcept> <coding> <system value="http://hl7.org/fhir/v3/Ethnicity"/> <code value="2186-5"/> <display value="Not Hispanic or Latino"/> </coding> <text value="Not Hispanic or Latino"/> </valueCodeableConcept> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/us-core-birthsex"> <valueCodeableConcept> <coding> <system value="http://hl7.org/fhir/v3/AdministrativeGender"/> <code value="F"/> <display value="Female"/> </coding> <text value="Female"/> </valueCodeableConcept> </extension> <identifier> <use value="usual"/> <type> <coding> <system value="http://hl7.org/fhir/v2/0203"/> <code value="MR"/> <display value="Medical Record Number"/> </coding> <text value="Medical Record Number"/> </type> <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"/> <use value="home"/> </telecom> <telecom> <system value="email"/> <value value="amy.shaw@example.com"/> </telecom> <gender/> <birthDate value="2007-02-20"/> <address> <line value="49 Meadow St"/> <city value="Mounds"/> <state value="OK"/> <postalCode value="74047"/> <country value="US"/> </address> </Patient>
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.