Sequoia Project Healthcare Directory Implementation Guide
1.0.8 - Release 1 United States of America flag

: Payer Organization Example - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="9.9.9.9"/>
  <meta>
    <versionId value="2"/>
    <lastUpdated value="2023-06-29T14:54:28.429Z"/>
    <profile
             value="https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">This is a organization description data element.</div>
  </text>
  <extension
             url="https://sequoiaproject.org/fhir/sphd/StructureDefinition/Domains">
    <valueCoding>
      <system
              value="https://sequoiaproject.org/fhir/sphd/CodeSystem/Domains"/>
      <code value="eHx"/>
    </valueCoding>
  </extension>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes"/>
        <code value="HCID"/>
      </coding>
    </type>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:9.9.9.9"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <system value="urn:oid:2.16.840.1.113883.6.300"/>
    <value value="12345"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType"/>
      <code value="Participant"/>
    </coding>
  </type>
  <type>
    <coding>
      <system value="http://hl7.org/fhir/organization-role"/>
      <code value="payer"/>
    </coding>
  </type>
  <name value="Test Payer"/>
  <address>
    <use value="work"/>
    <type value="both"/>
    <line value="200 Main St."/>
    <city value="Austin"/>
    <state value="TX"/>
    <postalCode value="2472"/>
    <country value="US"/>
  </address>
  <partOf>
    <identifier>
      <use value="official"/>
      <system value="urn:ietf:rfc:3986"/>
      <value value="urn:oid:1.1.1.1"/>
    </identifier>
  </partOf>
  <contact>
    <name>
      <use value="official"/>
      <text value="Family, Given"/>
    </name>
    <telecom>
      <system value="email"/>
      <value value="test21@test.com"/>
      <use value="work"/>
    </telecom>
    <telecom>
      <system value="phone"/>
      <value value="555-555-5555"/>
      <use value="work"/>
    </telecom>
    <address>
      <use value="work"/>
      <type value="both"/>
      <line value="100 Main St."/>
      <city value="Austin"/>
      <postalCode value="78737"/>
      <country value="US"/>
    </address>
  </contact>
  <endpoint>🔗 
    <reference value="Endpoint/fhir-endpoint"/>
  </endpoint>
</Organization>