Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
<Organization xmlns="http://hl7.org/fhir">
<id value="Example1"/>
<meta>
<lastUpdated value="2020-07-30T05:28:31.000-06:00"/>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"/>
<profile
value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-organization-profile"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization Example1</b></p><a name="Example1"> </a><a name="hcExample1"> </a><a name="Example1-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Last updated: 2020-07-30 05:28:31-0600</p><p style="margin-bottom: 0px">Profiles: <a href="http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-organization.html">US Core Organization Profile</a>, <a href="StructureDefinition-athena-organization-profile.html">A grouping of people or organizations with a common purpose</a></p></div><p><b>identifier</b>: Organization identifier/DF-404, National provider identifier/4664925060, Tax ID number/4097734063</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span></p><p><b>name</b>: Main Health System</p><p><b>telecom</b>: ph: 214123456798011(Mobile), 214123456688011</p><p><b>address</b>: Facility Address Line 1 Facility Address Line 2 Manchester TX 75002 US </p></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="XX"/>
<display value="Organization identifier"/>
</coding>
<text value="Organization identifier"/>
</type>
<system
value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ORGANIZATION/1000-4-9390"/>
<value value="DF-404"/>
</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="4664925060"/>
</identifier>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="TAX"/>
</coding>
</type>
<system value="urn:oid:2.16.840.1.113883.4.2"/>
<value value="4097734063"/>
</identifier>
<active value="true"/>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/organization-type"/>
<code value="prov"/>
<display value="Healthcare Provider"/>
</coding>
<text value="Healthcare Provider"/>
</type>
<name value="Main Health System"/>
<telecom>
<system value="phone"/>
<value value="214123456798011"/>
<use value="mobile"/>
</telecom>
<telecom>
<system value="pager"/>
<value value="214123456688011"/>
</telecom>
<address>
<line value="Facility Address Line 1"/>
<line value="Facility Address Line 2"/>
<city value="Manchester"/>
<state value="TX"/>
<postalCode value="75002 "/>
<country value="US"/>
</address>
</Organization>