Sequoia Project Healthcare Directory Implementation Guide
1.2.0 - Release 1

: Payer Organization Example - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="9.9.9.9"/>
  <meta>
    <profile
             value="https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization 9.9.9.9</b></p><a name="9.9.9.9"> </a><a name="hc9.9.9.9"> </a><a name="9.9.9.9-en-US"> </a><p><b>Domains</b>: <a href="CodeSystem-Domains.html#Domains-eHx">Domains eHx</a>: eHx</p><p><b>identifier</b>: Home Community ID/urn:oid:9.9.9.9 (use: official, ), <code>urn:oid:2.16.840.1.113883.6.300</code>/12345 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType Participant}">Participant</span>, <span title="Codes:{http://hl7.org/fhir/organization-role payer}">Payer</span></p><p><b>name</b>: Test Payer</p><p><b>address</b>: 200 Main St. Austin TX 2472 US (work)</p><p><b>partOf</b>: Identifier: <a href="http://terminology.hl7.org/5.5.0/NamingSystem-uri.html" title="As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt 

This oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: 

Note that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.

This OID may also be used in CD.codeSystem.">Uniform Resource Identifier (URI)</a>/urn:oid:1.1.1.1 (use: official, )</p><blockquote><p><b>contact</b></p><p><b>name</b>: Family, Given(Official)</p><p><b>telecom</b>: <a href="mailto:test21@test.com">test21@test.com</a>, ph: 555-555-5555(Work)</p><p><b>address</b>: 100 Main St. Austin 78737 US (work)</p></blockquote><p><b>endpoint</b>: <a href="Endpoint-fhir-endpoint.html">Endpoint patient query</a></p></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>