Prescription Search Support
1.0.0 - STU1 Belgium flag

Prescription Search Support, published by HL7 Belgium. 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/pss/ and changes regularly. See the Directory of published versions

: be-op-get-indications - XML Representation

Active as of 2024-07-08

Raw xml | Download



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="be-op-get-indications"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition be-op-get-indications</b></p><a name="be-op-get-indications"> </a><a name="hcbe-op-get-indications"> </a><a name="hcbe-op-get-indications-en-US"> </a><p>URL: [base]/$getIndications</p><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>age</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#integer">integer</a></td><td/><td><div><p>Age of the patient</p>
</div></td></tr><tr><td>IN</td><td>gender</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#code">code</a></td><td/><td><div><p>Gender of the patient, possible values are: male, female, unknown</p>
</div></td></tr><tr><td>IN</td><td>snomed_code</td><td/><td>1..*</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#CodeableConcept">CodeableConcept</a></td><td>https://www.ehealth.fgov.be/standards/fhir/pss/ValueSet/be-pss-indications (Required)</td><td><div><p>The SNOMED code(s) for the condition(s).</p>
</div></td></tr><tr><td>IN</td><td>freetext_indication</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>The free text indication(s) of the patient's condition(s).</p>
</div></td></tr><tr><td>IN</td><td>examination</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#integer">integer</a></td><td/><td><div><p>Optional examination code</p>
</div></td></tr><tr><td>OUT</td><td>response</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/questionnaire.html">Questionnaire</a></td><td/><td/></tr></table></div>
  </text>
  <url
       value="https://www.ehealth.fgov.be/standards/fhir/pss/OperationDefinition/be-op-get-indications"/>
  <version value="1.0.0"/>
  <name value="GetIndications"/>
  <status value="active"/>
  <kind value="operation"/>
  <date value="2024-07-08T13:58:21+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>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="BE"/>
    </coding>
  </jurisdiction>
  <code value="getIndications"/>
  <system value="true"/>
  <type value="false"/>
  <instance value="false"/>
  <parameter>
    <name value="age"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation value="Age of the patient"/>
    <type value="integer"/>
  </parameter>
  <parameter>
    <name value="gender"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="Gender of the patient, possible values are: male, female, unknown"/>
    <type value="code"/>
  </parameter>
  <parameter>
    <name value="snomed_code"/>
    <use value="in"/>
    <min value="1"/>
    <max value="*"/>
    <documentation value="The SNOMED code(s) for the condition(s)."/>
    <type value="CodeableConcept"/>
    <binding>
      <strength value="required"/>
      <valueSet
                value="https://www.ehealth.fgov.be/standards/fhir/pss/ValueSet/be-pss-indications"/>
    </binding>
  </parameter>
  <parameter>
    <name value="freetext_indication"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <documentation
                   value="The free text indication(s) of the patient's condition(s)."/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="examination"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation value="Optional examination code"/>
    <type value="integer"/>
  </parameter>
  <parameter>
    <name value="response"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <type value="Questionnaire"/>
  </parameter>
</OperationDefinition>