Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
<Practitioner xmlns="http://hl7.org/fhir">
<id value="Example1"/>
<meta>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"/>
<profile
value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-practitioner-profile"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner Example1</b></p><a name="Example1"> </a><a name="hcExample1"> </a><a name="Example1-en-US"> </a><p><b>identifier</b>: Person number/442, National provider identifier/123456789, Tax ID number/2222222222</p><p><b>active</b>: true</p><p><b>name</b>: Harry S. Winston </p><p><b>telecom</b>: ph: 1111111111(Work), ph: 5032332233(Mobile)</p><p><b>address</b>: 10288 SW 43rd Ave Suite 400 Portland OR 97202 USA </p></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="PN"/>
</coding>
</type>
<system
value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/DOCTORFACILITYID/1000-4-9390042"/>
<value value="442"/>
</identifier>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="NPI"/>
</coding>
</type>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="123456789"/>
</identifier>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="TAX"/>
</coding>
</type>
<system value="http://hl7.org/fhir/sid/us-tin"/>
<value value="2222222222"/>
</identifier>
<active value="true"/>
<name>
<family value="Winston"/>
<given value="Harry"/>
<given value="S."/>
<prefix value="Dr."/>
<suffix value="MD"/>
</name>
<telecom>
<system value="phone"/>
<value value="1111111111"/>
<use value="work"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="5032332233"/>
<use value="mobile"/>
</telecom>
<address>
<line value="10288 SW 43rd Ave"/>
<line value="Suite 400"/>
<city value="Portland"/>
<state value="OR"/>
<postalCode value="97202"/>
<country value="USA"/>
</address>
</Practitioner>