<?xml version="1.0" encoding="UTF-8"?>

<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>