HL7® Austria FHIR® Core Implementation Guide
1.1.0 - STU2

HL7® Austria FHIR® Core Implementation Guide, published by HL7® Austria, TC FHIR®. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/HL7-AT-FHIR-Core-R4/ and changes regularly. See the Directory of published versions

: HL7ATCoreOrganizationExample01 - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="HL7ATCoreOrganizationExample01"/>
  <meta>
    <profile
             value="http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization HL7ATCoreOrganizationExample01</b></p><a name="HL7ATCoreOrganizationExample01"> </a><a name="hcHL7ATCoreOrganizationExample01"> </a><a name="HL7ATCoreOrganizationExample01-en-US"> </a><p><b>identifier</b>: <code>urn:ietf:rfc:3986</code>/urn:oid:1.2.40.0.34.99.4613.3, <code>urn:oid:1.2.40.0.10.1.4.3.2</code>/123456789</p><p><b>type</b>: <span title="Codes:{https://termgit.elga.gv.at/ValueSet/hl7-at-organizationtype 300}">Allgemeine Krankenanstalt</span></p><p><b>name</b>: Amadeus Spital</p><p><b>address</b>: Mozartgasse 1-7 Haupteingang St. Wolfgang Salzburg 5350 AUT (work)</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: <a href="mailto:info@amadeusspital.at">info@amadeusspital.at</a>, <a href="tel:+43.6138.3453446.0">+43.6138.3453446.0</a></p></blockquote></div>
  </text>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:1.2.40.0.34.99.4613.3"/>
    <assigner>
      <display value="Bundesministerium für Gesundheit"/>
    </assigner>
  </identifier>
  <identifier>
    <system value="urn:oid:1.2.40.0.10.1.4.3.2"/>
    <value value="123456789"/>
    <assigner>
      <display
               value="Dachverband der österreichischen Sozialversicherungsträger"/>
    </assigner>
  </identifier>
  <type>
    <coding>
      <system
              value="https://termgit.elga.gv.at/ValueSet/hl7-at-organizationtype"/>
      <code value="300"/>
      <display value="Allgemeine Krankenanstalt"/>
    </coding>
  </type>
  <name value="Amadeus Spital"/>
  <address>
    <use value="work"/>
    <type value="both"/>
    <line value="Mozartgasse 1-7 Haupteingang">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Mozartgasse"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="1-7"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator">
        <valueString value="Haupteingang"/>
      </extension>
      <extension
                 url="http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-ext-address-additionalInformation">
        <valueString value="Barrierefreier Zugang"/>
      </extension>
    </line>
    <city value="St. Wolfgang"/>
    <state value="Salzburg"/>
    <postalCode value="5350"/>
    <country value="AUT"/>
  </address>
  <contact>
    <telecom>
      <system value="email"/>
      <value value="info@amadeusspital.at"/>
      <use value="work"/>
    </telecom>
    <telecom>
      <system value="phone"/>
      <value value="+43.6138.3453446.0"/>
      <use value="home"/>
    </telecom>
  </contact>
</Organization>