Referral Prescription
1.0.0 - STU Belgium flag

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

: BeVsRequestIntent - XML Representation

Active as of 2022-05-03

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="be-vs-request-intent"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-request-intent.html"><code>http://hl7.org/fhir/request-intent</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="http://hl7.org/fhir/R4/codesystem-request-intent.html#request-intent-order">order</a></td><td style="color: #cccccc">Order</td><td>The request represents a request/demand and authorization for action by a Practitioner.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-request-intent.html#request-intent-proposal">proposal</a></td><td style="color: #cccccc">Proposal</td><td>The request is a suggestion made by someone/something that does not have an intention to ensure it occurs and without providing an authorization to act.</td></tr></table></li></ul></div>
  </text>
  <url
       value="https://www.ehealth.fgov.be/standards/fhir/referral/ValueSet/be-vs-request-intent"/>
  <version value="1.0.0"/>
  <name value="BeVsRequestIntent"/>
  <title value="BeVsRequestIntent"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2022-05-03T10:04:16+02:00"/>
  <publisher value="HL7 Belgium"/>
  <contact>
    <name value="HL7 Belgium"/>
    <telecom>
      <system value="url"/>
      <value value="http://hl7belgium.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Message-Structure"/>
    <telecom>
      <system value="email"/>
      <value value="message-structure@ehealth.fgov.be"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="The allowed intent codes in the context of referral prescription"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="BE"/>
      <display value="Belgium"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/request-intent"/>
      <concept>
        <code value="order"/>
      </concept>
      <concept>
        <code value="proposal"/>
      </concept>
    </include>
  </compose>
</ValueSet>