Medication
1.1.0 - STU Belgium flag

Medication, published by HL7 Belgium. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/medication/ and changes regularly. See the Directory of published versions

: Medication origin type - XML Representation

Active as of 2024-05-06

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="medication-line-origin-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/medication/CodeSystem/medication-line-origin-type</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">ambulatory<a name="medication-line-origin-type-ambulatory"> </a></td><td>Ambulatory</td></tr><tr><td style="white-space:nowrap">hospital<a name="medication-line-origin-type-hospital"> </a></td><td>Hospital</td></tr></table></div>
  </text>
  <url
       value="https://www.ehealth.fgov.be/standards/fhir/medication/CodeSystem/medication-line-origin-type"/>
  <version value="1.1.0"/>
  <name value="MedicationLineOrigintype"/>
  <title value="Medication origin type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-05-06T21:26:07+00:00"/>
  <publisher value="HL7 Belgium"/>
  <contact>
    <name value="HL7 Belgium"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.hl7belgium.org"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="hl7belgium@hl7belgium.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Message Structure eHealth"/>
    <telecom>
      <system value="email"/>
      <value value="message-structure@ehealth.fgov.be"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="Medication treatment origin type - what is the type of care that originated the medication treatment"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="BE"/>
      <display value="Belgium"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="ambulatory"/>
    <display value="Ambulatory"/>
  </concept>
  <concept>
    <code value="hospital"/>
    <display value="Hospital"/>
  </concept>
</CodeSystem>