Prescription Search Support
1.0.0 - STU1 Belgium flag

Prescription Search Support, published by eHealth Platform. 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

: Antimicrobial 1a - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="requireddataforantimicro-requestdata"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/be-antimicro-get-indications-input"/>
  </meta>
  <parameter>
    <name value="age"/>
    <valueAge>
      <value value="35"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="a"/>
    </valueAge>
  </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="intention"/>
    <valueCoding>
      <system value="http://www.whocc.no/atc"/>
      <code value="J01CA04"/>
      <display value="Amoxicillin"/>
    </valueCoding>
  </parameter>
</Parameters>