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

: GetRecommendations - XML Representation

Active as of 2024-12-05

Raw xml | Download


<PlanDefinition xmlns="http://hl7.org/fhir">
  <id value="GetRecommendations"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
<div>
    <table class="grid dict">
        
        <tr>
            <th scope="row"><b>Id: </b></th>
            <td style="padding-left: 4px;">GetRecommendations</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Url: </b></th>
            <td style="padding-left: 4px;"><a href="PlanDefinition-GetRecommendations.html">GetRecommendations</a></td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Version: </b></th>
            <td style="padding-left: 4px;">1.0.0</td>
        </tr>
        

        

        

        

        

        

        
        <tr>
            <th scope="row"><b>Type: </b></th>
            <td style="padding-left: 4px;">
                
                    
                        
                        <p style="margin-bottom: 5px;">
                            <b>system: </b> <span><a href="http://hl7.org/fhir/R4/codesystem-plan-definition-type.html">http://terminology.hl7.org/CodeSystem/plan-definition-type</a></span>
                        </p>
                        
                        
                        <p style="margin-bottom: 5px;">
                            <b>code: </b> <span>eca-rule</span>
                        </p>
                        
                        
                    
                
                
            </td>
        </tr>
        

        

        
        <tr>
            <th scope="row"><b>Date: </b></th>
            <td style="padding-left: 4px;">2024-12-05 15:44:54+0000</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Publisher: </b></th>
            <td style="padding-left: 4px;">eHealth Platform</td>
        </tr>
        

        

        

        

        

        
        <tr>
            <th scope="row"><b>Jurisdiction: </b></th>
            <td style="padding-left: 4px;">BE</td>
        </tr>
        

        

        

        

        

        

        

        

        

        
        <tr>
            <th scope="row"><b>Actions: </b></th>
            <td style="padding-left: 4px;">
                <table class="grid-dict">
                    
                    <tr>
                        <td>
                            
                            <b> Determine potential treatments given relevant patient information:</b> Given input data, including age, gender, symptoms, diagnoses, and possible orders, determine potential treatments
                            
                            <br/>
                            
                            
                            
                            
                            
                        </td>
                    </tr>
                    
                </table>
            </td>
        </tr>
        
    </table>
</div>
</div>
  </text>
  <url
       value="http://fhir.org/guides/cqf/cpg/example/PlanDefinition/GetRecommendations"/>
  <version value="1.0.0"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/plan-definition-type"/>
      <code value="eca-rule"/>
    </coding>
  </type>
  <status value="active"/>
  <date value="2024-12-05T15:44:54+00:00"/>
  <publisher value="eHealth Platform"/>
  <contact>
    <name value="eHealth Platform"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.ehealth.fgov.be/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="support@be-ehealth-standards.atlassian.net"/>
    </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>
  <action>
    <title
           value="Determine potential treatments given relevant patient information"/>
    <description
                 value="Given input data, including age, gender, symptoms, diagnoses, and possible orders, determine potential treatments"/>
    <code>
      <coding>
        <system
                value="http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process-cs"/>
        <code value="guideline-based-care"/>
      </coding>
    </code>
    <input>
      <type value="Patient"/>
      <mustSupport value="birthDate"/>
      <mustSupport value="gender"/>
    </input>
    <input>
      <type value="Observation"/>
      <mustSupport value="category"/>
      <mustSupport value="code"/>
      <mustSupport value="value"/>
      <codeFilter>
        <path value="category"/>
        <code>
          <system
                  value="http://terminology.hl7.org/CodeSystem/observation-category"/>
          <code value="vital-signs"/>
        </code>
      </codeFilter>
    </input>
    <input>
      <type value="Condition"/>
      <mustSupport value="category"/>
      <mustSupport value="code"/>
      <mustSupport value="clinicalStatus"/>
      <mustSupport value="verificationStatus"/>
      <mustSupport value="onset"/>
      <codeFilter>
        <path value="category"/>
        <code>
          <system
                  value="http://terminology.hl7.org/CodeSystem/condition-category"/>
          <code value="encounter-diagnosis"/>
        </code>
        <code>
          <system
                  value="http://terminology.hl7.org/CodeSystem/condition-category"/>
          <code value="problem-list-item"/>
        </code>
      </codeFilter>
    </input>
    <input>
      <type value="ServiceRequest"/>
      <mustSupport value="category"/>
      <mustSupport value="code"/>
    </input>
    <output>
      <type value="ServiceRequest"/>
      <profile
               value="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-servicerequest"/>
    </output>
    <output>
      <type value="MedicationRequest"/>
      <profile
               value="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequest"/>
    </output>
  </action>
</PlanDefinition>