CH LAB-Order (R4)
0.1.0 - STU 1 Ballot

This page is part of the CH LAB-Order (R4) (v0.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions

: Speiser Rails - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="SpeiserRails"/>
  <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> Speiser Rails</p>
    </div>
  </text>
<!--  
      Business and Enterprise Register (BER) Unternehmens-
      Identifikationsnummer 
      <system value="urn:oid:2.16.756.5.45" />
      Unique IDentification Business (UIDB) Unternehmens-
      Identifikationsnummer
     -->
  <identifier>
    <system value="urn:oid:2.16.756.5.45"/>
    <value value="CHE-108.444.179"/>
  </identifier>
  <telecom>
    <system value="phone"/>
    <value value="+41412345566"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="info@speiser-rails.ch"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="http://www.speiser-rails.ch"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="Gleisallee 123"/>
    <city value="Arbon"/>
    <postalCode value="9320"/>
    <country value="CH"/>
  </address>
</Organization>