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

: ILCore Medication dispense Category - XML Representation

Draft as of 2024-06-15

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="il-core-medication-dispense-category"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="CodeSystem-il-core-medication-category.html"><code>http://fhir.health.gov.il/cs/il-core-medicationrequest-category</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="CodeSystem-il-core-medication-category.html#il-core-medication-category-inpatient">inpatient</a></td><td>Inpatient</td><td>Includes medications to be administered or consumed in an inpatient or acute care setting.</td></tr><tr><td><a href="CodeSystem-il-core-medication-category.html#il-core-medication-category-outpatient">outpatient</a></td><td>Outpatient</td><td>Includes medications to be administered or consumed  in an outpatient setting or ambulatory setting ( for example Hospital outpatient clinics setting, Urgent care settings (e.g. health organization urgent care center, Outpatient Surgery center</td></tr><tr><td><a href="CodeSystem-il-core-medication-category.html#il-core-medication-category-community-hmo">community-hmo</a></td><td>Community Care/HMO</td><td>Includes medications to be administered or consumed  in HMOs (this would include HMO clinics, doctor offices, ect.)</td></tr><tr><td><a href="CodeSystem-il-core-medication-category.html#il-core-medication-category-community-other">community-other</a></td><td>Community Care/Long Term Care/Home</td><td/></tr><tr><td><a href="CodeSystem-il-core-medication-category.html#il-core-medication-category-discharge">discharge</a></td><td>Discharge</td><td>Includes  medications when the patient is being released from a facility.</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://fhir.health.gov.il/ValueSet/il-core-medication-dospense-category"/>
  <version value="0.18.0"/>
  <name value="ILCoreMedicationDispenseCategory"/>
  <title value="ILCore Medication dispense Category"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2024-06-15T21:51:03+00:00"/>
  <publisher value="Israel Core Team"/>
  <contact>
    <name value="Israel Core Team"/>
    <telecom>
      <system value="email"/>
      <value value="tal.primak@moh.gov.il"/>
    </telecom>
  </contact>
  <contact>
    <name value="Tal Primak"/>
    <telecom>
      <system value="email"/>
      <value value="tal.primak@moh.gov.il"/>
    </telecom>
  </contact>
  <description value="Codes for Medication dispense Category"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="IL"/>
      <display value="Israel"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system
              value="http://fhir.health.gov.il/cs/il-core-medicationrequest-category"/>
      <concept>
        <code value="inpatient"/>
        <display value="Inpatient"/>
      </concept>
      <concept>
        <code value="outpatient"/>
        <display value="Outpatient"/>
      </concept>
      <concept>
        <code value="community-hmo"/>
        <display value="Community Care/HMO"/>
      </concept>
      <concept>
        <code value="community-other"/>
        <display value="Community Care/Long Term Care/Home"/>
      </concept>
      <concept>
        <code value="discharge"/>
        <display value="Discharge"/>
      </concept>
    </include>
  </compose>
</ValueSet>