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
USLab PHPractitioner Canonical Example: Dr Bill T Lookafter Jr (id = "uslab-example2")
<Practitioner xmlns="http://hl7.org/fhir"> <id value="uslab-example2"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <identifier> <use value="official"/> <label value="NPI"/> <value value="121121121"/> <assigner> <reference value="https://nppes.cms.hhs.gov/NPPES/"/> <display value="The Centers for Medicare and Medicaid Services (CMS) National Plan and Provider Enumeration System (NPPES)"/> </assigner> </identifier> <name> <family value="Lookafter"/> <given value="Bill"/> <given value="T"/> <suffix value="Jr"/> </name> <telecom> <system value="phone"/> <value value="(617)5551234 ext.12"/> </telecom> <telecom> <system value="email"/> <value value="docbill@healthedatainc.com"/> </telecom> <address><!-- EH replace with example.org temporarily to pass validation <extension url="http://hl7.org/fhir/ExtensionDefinition/us-core-county"> <extension url="http://hl7.org/fhir/ExtensionDefinition/iso21090-SC-coding"> --> <extension url="http://example.org/us-core-county"> <extension url="http://example.org//iso21090-SC-coding"> <valueCoding> <system value="https://www.census.gov/geo/reference"/> <code value="42043"/> </valueCoding> </extension> </extension> <use value="work"/> <line value="100 Medical Drive"/> <line value="Suite 6"/> <city value="Boston"/> <state value="MA"/> <postalCode value="01236"/> <country value="USA"/> </address> <practitionerRole> <managingOrganization> <reference value="Organization/uslab-example1"/> <display value="Children's Hospital"/> </managingOrganization> </practitionerRole> </Practitioner>
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.