LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Organization - Provider 1 - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="Provider1"/>
  <meta>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id">
      <valueString value="99999"/>
    </extension>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id">
      <valueString value="b069a545-9506-40c6-8498-23de2e189143"/>
    </extension>
    <source value="http://acme-health.com/emr1/provider-organization"/>
    <profile
             value="http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Organization</b><a name="Provider1"> </a></p><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">Resource Organization "Provider1" </p><p style="margin-bottom: 0px">Information Source: http://acme-health.com/emr1/provider-organization!</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-cdm-organization.html">CDM Organization</a></p></div><p><b>identifier</b>: Source System Row Identifier: 7a44c7b9-da71-4138-a48c-48b94163bbd3(use: OFFICIAL), National provider identifier: 1122445599(use: SECONDARY), Tax ID number: 123444222(use: SECONDARY)</p><p><b>active</b>: true</p><p><b>type</b>: Internal Medicine <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-payer-provider-type.html">Payer Provider Type Codes</a>#204)</span></p><p><b>name</b>: Dr Smith</p><p><b>telecom</b>: ph: 915-555-6000(WORK), fax: 915-555-6001(WORK)</p><p><b>address</b>: 100 Mesa Drive El Paso TX 79912 US (WORK)</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type"/>
        <code value="SSRI"/>
      </coding>
    </type>
    <system value="http://acme-health.com/emr1/provier-organization"/>
    <value value="7a44c7b9-da71-4138-a48c-48b94163bbd3"/>
    <assigner>
      <display value="Acme Health - EMR1"/>
    </assigner>
  </identifier>
  <identifier>
    <use value="secondary"/>
    <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="1122445599"/>
    <assigner>
      <display value="cms.gov"/>
    </assigner>
  </identifier>
  <identifier>
    <use value="secondary"/>
    <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.4"/>
    <value value="123444222"/>
    <assigner>
      <display value="irs.gov"/>
    </assigner>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-provider-type"/>
      <code value="204"/>
    </coding>
  </type>
  <name value="Dr Smith"/>
  <telecom>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/contactpoint-country">
      <valueString value="1"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/contactpoint-extension">
      <valueString value="100"/>
    </extension>
    <system value="phone"/>
    <value value="915-555-6000"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/contactpoint-country">
      <valueString value="1"/>
    </extension>
    <system value="fax"/>
    <value value="915-555-6001"/>
    <use value="work"/>
  </telecom>
  <address>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/county-code">
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://acme-health.com/CodeSystem/local-county-code"/>
          <code value="057"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <use value="work"/>
    <type value="physical"/>
    <line value="100 Mesa Drive"/>
    <city value="El Paso"/>
    <district value="TX"/>
    <state value="TX"/>
    <postalCode value="79912"/>
    <country value="US"/>
  </address>
</Organization>