Sequoia Project Healthcare Directory Implementation Guide
1.2.0 - Release 1

: Kyras Clinic - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="8.8.8.8"/>
  <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 8.8.8.8</b></p><a name="8.8.8.8"> </a><a name="hc8.8.8.8"> </a><a name="8.8.8.8-en-US"> </a><p><b>Domains</b>: <a href="CodeSystem-Domains.html#Domains-CQ">Domains CQ</a>: CQ</p><p><b>identifier</b>: Home Community ID/urn:oid:8.8.8.8 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType Implementer}">Implementer</span></p><p><b>name</b>: Kyras Clinic</p><p><b>address</b>: 200 Main St. Austin TX 2472 US (work)</p><p><b>partOf</b>: Identifier: <code>http://www.hl7.org/oid/</code>/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="CQ"/>
    </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:8.8.8.8"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType"/>
      <code value="Implementer"/>
    </coding>
  </type>
  <name value="Kyras Clinic"/>
  <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="http://www.hl7.org/oid/"/>
      <value value="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>