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 (id = "uslab-example1")
<Patient xmlns="http://hl7.org/fhir"> <id value="uslab-example1"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <extension url="http://hl7.org/fhir/ExtensionDefinition/us-core-race"> <valueCodeableConcept> <coding> <code value="2106-3"/> </coding> </valueCodeableConcept> </extension> <extension url="http://hl7.org/fhir/ExtensionDefinition/us-core-ethnicity"> <valueCodeableConcept> <coding> <code value="2135-2"/> </coding> </valueCodeableConcept> </extension><!-- EH: limit to single identifier that orderer can match to patient system can be URL --> <identifier> <use value="usual"/> <system value="urn:oid:2.16.840.1.113883.3.72.5.30.2"/> <value value="18547545"/> </identifier><!-- name use limited to official and anonymous --> <name> <use value="official"/> <family value="Lerr"/> <given value="Todd"/> <given value="G."/> <suffix value="Jr"/> </name><!-- use FHIR code system for male / female --> <gender value="male"/> <birthDate value="2012-06-07"/> <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.