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

: be-op-cancel - XML Representation

Draft as of 2020-07-24

Raw xml | Download



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="be-op-cancel"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>Parameters</p><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>reasonCode</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#code">code</a></td><td>https://www.ehealth.fgov.be/standards/fhir/referral/ValueSet/be-vs-reason-referral-status (Required)</td><td><div><p>reason for the cancelling</p>
</div></td></tr></table></div>
  </text>
  <url
       value="https://www.ehealth.fgov.be/standards/fhir/referral/OperationDefinition/be-op-cancel"/>
  <version value="1.0.0"/>
  <name value="cancel"/>
  <title value="Cancel Referral Prescription or Proposal"/>
  <status value="draft"/>
  <kind value="operation"/>
  <experimental value="true"/>
  <date value="2020-07-24"/>
  <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="Cancel Referral Prescription or Proposal"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="BE"/>
      <display value="Belgium"/>
    </coding>
  </jurisdiction>
  <affectsState value="true"/>
  <code value="cancel"/>
  <resource value="ServiceRequest"/>
  <system value="false"/>
  <type value="false"/>
  <instance value="false"/>
  <parameter>
    <name value="reasonCode"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation value="reason for the cancelling"/>
    <type value="code"/>
    <binding>
      <strength value="required"/>
      <valueSet
                value="https://www.ehealth.fgov.be/standards/fhir/referral/ValueSet/be-vs-reason-referral-status"/>
    </binding>
  </parameter>
</OperationDefinition>