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

: Radio 1a - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="radiogetindicationspayload"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/be-radiology-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="gender"/>
    <valueCode value="female"/>
  </parameter>
  <parameter>
    <name value="indication_proposal"/>
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <version value="http://snomed.info/sct/11000172109"/>
        <code value="20262006"/>
        <display value="Ataxie"/>
      </coding>
    </valueCodeableConcept>
  </parameter>
  <parameter>
    <name value="freetext_indication"/>
    <valueString value="ataxie"/>
  </parameter>
  <parameter>
    <name value="intention"/>
    <valueCodeableConcept>
      <coding>
        <system value="http://pss/qsi-examinations"/>
        <code value="114054"/>
        <display value="CT, hoofd, met iv-contrast"/>
      </coding>
    </valueCodeableConcept>
  </parameter>
</Parameters>