ISiK Basis Implementierungsleitfaden
Version 6.0.0-rc - ballot

: Station A - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="StationPediaICUStandortBeispiel"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/isik/StructureDefinition/ISiKStandort"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location StationPediaICUStandortBeispiel</b></p><a name="StationPediaICUStandortBeispiel"> </a><a name="hcStationPediaICUStandortBeispiel"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ISiKStandort.html">ISiKStandort</a></p></div><p><b>identifier</b>: <code>http://fhir.de/sid/dkgev/standortnummer</code>/123456</p><p><b>operationalStatus</b>: <a href="http://terminology.hl7.org/7.1.0/CodeSystem-v2-0116.html#v2-0116-O">bedStatus: O</a> (belegt)</p><p><b>name</b>: Station A</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PEDICU}">Pediatric intensive care unit</span></p><p><b>address</b>: Krankenhausstraße 123 Musterstadt 12345 </p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}">Ward</span></p><p><b>managingOrganization</b>: <a href="Organization-KlinikPaediatrieOrganisationBeispiel.html">Organization Klinik Pädiatrie</a></p><p><b>partOf</b>: <a href="Location-KrankenhausStandortBeispiel.html">Location Krankenhaus Standort</a></p><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: Friday</p><p><b>allDay</b>: true</p></blockquote><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: Sunday</p></blockquote></div>
  </text>
  <identifier>
    <system value="http://fhir.de/sid/dkgev/standortnummer"/>
    <value value="123456"/>
  </identifier>
  <operationalStatus>
    <system value="http://terminology.hl7.org/CodeSystem/v2-0116"/>
    <code value="O"/>
    <display value="belegt"/>
  </operationalStatus>
  <name value="Station A"/>
  <mode value="instance"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="PEDICU"/>
      <display value="Pediatric intensive care unit"/>
    </coding>
  </type>
  <address>
    <line value="Krankenhausstraße 123"/>
    <city value="Musterstadt"/>
    <postalCode value="12345"/>
  </address>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="wa"/>
      <display value="Ward"/>
    </coding>
  </physicalType>
  <managingOrganization>🔗 
    <reference value="Organization/KlinikPaediatrieOrganisationBeispiel"/>
  </managingOrganization>
  <partOf>🔗 
    <reference value="Location/KrankenhausStandortBeispiel"/>
  </partOf>
  <hoursOfOperation>
    <daysOfWeek value="fri"/>
    <allDay value="true"/>
  </hoursOfOperation>
  <hoursOfOperation>
    <daysOfWeek value="sun"/>
  </hoursOfOperation>
</Location>