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 - Payer 1 - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="Payer1"/>
  <meta>
    <source value="http://acme-health.com/organization/payer"/>
    <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="Payer1"> </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 "Payer1" </p><p style="margin-bottom: 0px">Information Source: http://acme-health.com/organization/payer!</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: Payer1(use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: Payer <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/4.0.0/CodeSystem-organization-type.html">Organization type</a>#pay; local-provider-type#LocPayerType)</span></p><p><b>name</b>: Payer 1</p><p><b>address</b>: 200 Main Street Suite 101 Irving TX 75014 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/organization/payer"/>
    <value value="Payer1"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="pay"/>
    </coding>
    <coding>
      <system value="http://acme-health.com/CodeSystem/local-provider-type"/>
      <code value="LocPayerType"/>
    </coding>
  </type>
  <name value="Payer 1"/>
  <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="200 Main Street"/>
    <line value="Suite 101"/>
    <city value="Irving"/>
    <district value="TX"/>
    <state value="TX"/>
    <postalCode value="75014"/>
    <country value="US"/>
  </address>
</Organization>