HL7 FHIR® US Core Implementation Guide STU3 Release 3.1.1

This page is part of the US Core (v3.1.1: STU3) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

XML Format: Practitioner-practitioner-2

Download Raw xml


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner-2"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: practitioner-2</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 1245319599, id: 456789</p><p><b>name</b>: Fielding Kathy </p><p><b>telecom</b>: Kathy.Fielding@direct.ExampleMedicalPractice.net(WORK)</p><p><b>address</b>: 1080 FIRST COLONIAL RD Virginia Beach VA 21454-2406 (WORK)</p></div>
  </text>
  <identifier>
    <system value="http://hl7.org.fhir/sid/us-npi"/>
    <value value="1245319599"/>
  </identifier>
  <identifier>
    <system value="http://www.acme.org/practitioners"/>
    <value value="456789"/>
  </identifier>
  <name>
    <family value="Kathy"/>
    <given value="Fielding"/>
    <prefix value="Dr"/>
  </name>
  <telecom>
    <extension
               url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct">
      <valueBoolean value="true"/>
    </extension>
    <system value="email"/>
    <value value="Kathy.Fielding@direct.ExampleMedicalPractice.net"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <line value="1080 FIRST COLONIAL RD"/>
    <city value="Virginia Beach"/>
    <state value="VA"/>
    <postalCode value="21454-2406"/>
  </address>
</Practitioner>