0.0.1 - CI Build

SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 - Local Development build (v0.0.1). 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="11"/>
    <lastUpdated value="2020-08-26T07:41:45.792+00:00"/>
  </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"/>
      <extension
                 url="https://sequoiaproject.org/fhir/sphd-stu3/StructureDefinition/EndpointMain">
        <extension url="Transaction">
          <valueString value="XCPD ITI-55"/>
        </extension>
        <extension url="Actor">
          <valueCodeableConcept>
            <coding>
              <system
                      value="https://sequoiaproject.org/fhir/sphd-stu3/CodeSystem/EndpointActorCodes"/>
              <code value="Responding Gateway"/>
            </coding>
          </valueCodeableConcept>
        </extension>
        <extension url="Version">
          <valueString value="2.0"/>
        </extension>
        <extension url="UseCases">
          <valueCodeableConcept>
            <coding>
              <system
                      value="https://sequoiaproject.org/fhir/sphd-stu3/CodeSystem/EndpointUseCaseCodes"/>
              <code value="QueryBasedDocumentExchange"/>
            </coding>
          </valueCodeableConcept>
        </extension>
        <extension url="PurposesOfUse">
          <valueCodeableConcept>
            <coding>
              <system value="http://healthit.gov/nhin/purposeofuse"/>
              <code value="TREATMENT"/>
            </coding>
          </valueCodeableConcept>
        </extension>
        <extension url="Roles">
          <valueCodeableConcept>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="112247003"/>
              <display value="Medical doctor"/>
            </coding>
          </valueCodeableConcept>
        </extension>
        <extension url="IPA">
          <valueString value="1.1.1.1"/>
        </extension>
      </extension>
      <identifier>
        <use value="official"/>
        <type>
          <coding>
            <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://hl7.org/fhir/endpoint-connection-type"/>
        <code value="ihe-xcpd"/>
      </connectionType>
      <name value="Patient Discovery"/>
      <payloadType>
        <coding>
          <system value="urn:oid:1.3.6.1.4.1.19376.1.2.3"/>
          <code value="1"/>
        </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-stu3/CodeSystem/OrganizationType"/>
      <code value="Implementer"/>
    </coding>
  </type>
  <name value="Eric Hospital"/>
  <address>
    <extension
               url="https://sequoiaproject.org/fhir/sphd-stu3/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>
          <code value="HCID"/>
        </coding>
      </type>
      <system value="urn:ietf:rfc:3986"/>
      <value value="urn:oid:1.1.1.1"/>
    </identifier>
  </partOf>
  <contact>
    <purpose>
      <coding>
        <code value="Operations"/>
      </coding>
    </purpose>
    <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>