This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Example of QICore Patient (id = "patient-example-qicore")
<Patient xmlns="http://hl7.org/fhir"> <id value="patient-example-qicore"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <table> <tbody> <tr> <td>Name</td> <td>Todd G. <b>Lerr</b>, Jr. </td> </tr> <tr> <td>Address</td> <td>123 North 102nd Street, Apt 4d, Harrisburg, PA 17102</td> </tr> <tr> <td>Contacts</td> <td>Home: unknown. Work: (555) 555 1212</td> </tr> </tbody> </table> </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"/> </coding> </valueCodeableConcept> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/us-core-ethnicity"> <valueCodeableConcept> <coding> <system value="http://hl7.org/fhir/v3/Ethnicity"/> <code value="2135-2"/> </coding> </valueCodeableConcept> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial"> <extension url="NCT"> <valueString value="NCT01647425"/> </extension> <extension url="period"> <valuePeriod> <start value="2012-04-01"/> <end value="2013-09-30"/> </valuePeriod> </extension> <extension url="reason"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="254637007"/> <display value="NSCLC - Non-small cell lung cancer"/> </coding> </valueCodeableConcept> </extension> </extension> <active value="true"/> <name> <use value="official"/> <family value="Lerr"/> <given value="Todd"/> <given value="G."/> <suffix value="Jr"/> </name> <telecom> <system value="phone"/> <value value="(555) 555 1212"/> <use value="work"/> </telecom> <telecom> <system value="email"/> <value value="person@example.org"/> <use value="work"/> </telecom> <gender value="male"/> <birthDate value="2012-06-07"> <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime"> <valueDateTime value="2012-06-07T06:12:45-05:00"/> </extension> </birthDate> <deceasedBoolean value="false"/> <address> <use value="home"/> <line value="123 North 102nd Street"/> <line value="Apt 4d"/> <city value="Harrisburg"/> <state value="PA"/> <postalCode value="17102"/> <country value="USA"/> </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.