CH Core (R4)
1.0.0 - Trial use

This page is part of the CH Core (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

SpitalSeeblick - XML Representation

(back to description)

Raw xml

Source view


<Organization xmlns="http://hl7.org/fhir">
  <id value="SpitalSeeblick"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: SpitalSeeblick</p><p><b>meta</b>: </p><p><b>identifier</b>: 7601000618308</p><p><b>type</b>: Hospital <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '22232009' = 'Hospital', given as 'Hospital'})</span></p><p><b>name</b>: Spital Seeblick</p><p><b>telecom</b>: ph: 032 863 12 01</p><p><b>address</b>: Ausblick 11 Zürich 8000 </p></div>
  </text>
  <identifier>
    <system value="urn:oid:2.51.1.3"/>
    <value value="7601000618308"/>
  </identifier>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="22232009"/>
      <display value="Hospital"/>
    </coding>
  </type>
  <name value="Spital Seeblick"/>
  <telecom>
    <system value="phone"/>
    <value value="032 863 12 01"/>
  </telecom>
  <address>
    <line value="Ausblick 11"/>
    <city value="Zürich"/>
    <postalCode value="8000"/>
  </address>
</Organization>