Belgium Medication Schema
1.0.0 - STU1 Belgium

Belgium Medication Schema, published by My Organization. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/hl7-be/kmehrms and changes regularly. See the Directory of published versions

: Medication Line consent - XML Representation

Active as of 2023-03-07

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="BEMedicationLineConsent"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://example.com/fhir/example/CodeSystem/BEMedicationLineConsent</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">consent<a name="BEMedicationLineConsent-consent"> </a></td><td>Consent</td><td>Patient consents with sharing the information</td></tr><tr><td style="white-space:nowrap">refuse<a name="BEMedicationLineConsent-refuse"> </a></td><td>Refuse</td><td>Patient doesn't give consent for sharing the information</td></tr></table></div>
  </text>
  <url
       value="http://example.com/fhir/example/CodeSystem/BEMedicationLineConsent"/>
  <version value="1.0.0"/>
  <name value="BEMedicationLineConsent"/>
  <title value="Medication Line consent"/>
  <status value="active"/>
  <date value="2023-03-07T20:58:02+00:00"/>
  <publisher value="My Organization"/>
  <contact>
    <name value="My Organization"/>
    <telecom>
      <system value="url"/>
      <value value="http://example.com/committees"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="my-group@example.com"/>
    </telecom>
  </contact>
  <contact>
    <name value="Bob Smith"/>
    <telecom>
      <system value="email"/>
      <value value="bobsmith@example.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="Medication Line consent."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="056"/>
      <display value="Belgium"/>
    </coding>
  </jurisdiction>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="consent"/>
    <display value="Consent"/>
    <definition value="Patient consents with sharing the information"/>
  </concept>
  <concept>
    <code value="refuse"/>
    <display value="Refuse"/>
    <definition
                value="Patient doesn't give consent for sharing the information"/>
  </concept>
</CodeSystem>