IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: organization-ministry-of-health - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="organization-ministry-of-health"/>
  <meta>
    <profile
             value="http://fhir.health.gov.il/StructureDefinition/il-core-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">משרד הבריאות</div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://fhir.health.gov.il/identifier/legal-entity"/>
    <value value="500100904"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://fhir.health.gov.il/cs/institution-type-moh"/>
      <code value="76"/>
      <display value="משרדי ממשלה"/>
    </coding>
  </type>
  <name value="משרד הבריאות"/>
  <telecom>
    <system value="phone"/>
    <value value="08-6241010"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <type value="physical"/>
    <text value="ירמיהו 39 ירושלים"/>
    <line value="ירמיהו 39">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="ירמיהו"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="39"/>
      </extension>
    </line>
    <city value="ירושלים">
      <extension
                 url="http://fhir.health.gov.il/StructureDefinition/ext-city-code">
        <valueCodeableConcept>
          <coding>
            <system value="http://fhir.health.gov.il/cs/city-symbol"/>
            <code value="3000"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </city>
    <postalCode value="9446724"/>
    <country value="IL"/>
  </address>
</Organization>