HL7 Czech Hospital Discharge Report Implementation Guide
0.0.2 - ci-build Czechia flag

HL7 Czech Hospital Discharge Report Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/hdr/ and changes regularly. See the Directory of published versions

: Ambulance interního lékařství, MUDr. Jiří Zdvořilý - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="Organization-Referrer"/>
  <meta>
    <profile
             value="https://hl7.cz/fhir/core/StructureDefinition/cz-organization-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Ambulance interního lékařství, MUDr. Jiří Zdvořilý, Krátká 29, 70500 Ostrava, tel: +420 603 853 888</div>
  </text>
  <identifier>
    <system value="https://ncez.mzcr.cz/fhir/sid/ico"/>
    <value value="456789811"/>
  </identifier>
  <identifier>
    <system value="https://ncez.mzcr.cz/fhir/sid/icz"/>
    <value value="12345000"/>
  </identifier>
  <identifier>
    <system value="https://ncez.mzcr.cz/fhir/sid/icp"/>
    <value value="12345699"/>
  </identifier>
  <type>
    <coding>
      <system value="https://ncez.mzcr.cz/fhir/CodeSystem/cz-drzar"/>
      <code value="300"/>
      <display value="Sdružení ambulantních zařízení"/>
    </coding>
  </type>
  <name value="Ambulance interního lékařství, MUDr. Jiří Zdvořilý"/>
  <telecom>
    <system value="phone"/>
    <value value="+420603853888"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="Krátká 29, 70500 Ostrava"/>
    <city value="Ostrava"/>
    <postalCode value="70500"/>
    <country value="CZ"/>
  </address>
</Organization>