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

: requireddataforantimicro-requestdata - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="requireddataforantimicro-requestdata"/>
  <parameter>
    <name value="age"/>
    <valueInteger value="35"/>
  </parameter>
  <parameter>
    <name value="indication"/>
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <version value="http://snomed.info/sct/11000172109"/>
        <code value="921000172108"/>
        <display value="Acute keelpijn"/>
      </coding>
    </valueCodeableConcept>
  </parameter>
  <parameter>
    <name value="intolerances"/>
    <valueCoding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/11000172109"/>
      <code value="91939003"/>
      <display value="Allergy to Sulfonamides"/>
    </valueCoding>
  </parameter>
  <parameter>
    <name value="intolerances"/>
    <valueCoding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/11000172109"/>
      <code value="282100009"/>
      <display value="Adverse reaction to substance"/>
    </valueCoding>
  </parameter>
  <parameter>
    <name value="medicationProposal"/>
    <valueCoding>
      <system value="http://www.whocc.no/atc"/>
      <code value="J01CA04"/>
      <display value="Amoxicillin"/>
    </valueCoding>
  </parameter>
</Parameters>