Sequoia Project Healthcare Directory Implementation Guide
0.0.10 - CI Build United States of America flag

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.10). See the Directory of published versions

: Eric Hospital - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="update-success-example4"/>
  <meta>
    <versionId value="9"/>
    <lastUpdated value="2021-10-22T19:13:57.537+00:00"/>
    <source value="#j5MEfT6DvdnZv4EC"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">This is a organization description
						data element. 
        
        </div>
  </text>
  <contained>
    <Location>
      <id value="orgloc"/>
      <position>
        <longitude value="-97.7047386"/>
        <latitude value="30.4159542"/>
      </position>
    </Location>
  </contained>
  <contained>
    <Endpoint>
      <id value="orgEndpoint"/>
      <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:5.5.5.5"/>
      </identifier>
      <status value="active"/>
      <connectionType>
        <system
                value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
        <code value="ihe-xcpd"/>
      </connectionType>
      <name value="Patient Discovery"/>
      <payloadType>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
          <code value="NI"/>
        </coding>
      </payloadType>
      <payloadMimeType value="application/xml"/>
      <address value="https://carequality.test.com/xcpd/v1/xcpd"/>
    </Endpoint>
  </contained>
  <identifier>
    <use value="official"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:5.5.5.5"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType"/>
      <code value="Implementer"/>
    </coding>
  </type>
  <name value="Eric Hospital"/>
  <address>
    <extension
               url="https://sequoiaproject.org/fhir/sphd/StructureDefinition/OrgLocation">
      <valueReference>
        <reference value="#orgloc"/>
      </valueReference>
    </extension>
    <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>
    <reference value="Organization/create-full-example"/>
    <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:1.1.1.1"/>
    </identifier>
  </partOf>
  <contact>
    <name>
      <use value="official"/>
      <text value="Smith, John"/>
    </name>
    <telecom>
      <system value="email"/>
      <value value="johnsmith@test.com"/>
      <use value="work"/>
    </telecom>
    <telecom>
      <system value="phone"/>
      <value value="555-555-1212"/>
      <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="#orgEndpoint"/>
  </endpoint>
</Organization>