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

: GetDiagnoses - XML Representation

Active as of 2024-12-11

Raw xml | Download


<PlanDefinition xmlns="http://hl7.org/fhir">
  <id value="GetDiagnoses"/>
  <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;">GetDiagnoses</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Url: </b></th>
            <td style="padding-left: 4px;"><a href="PlanDefinition-GetDiagnoses.html">GetDiagnoses</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://terminology.hl7.org/6.1.0/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-11 16:17:45+0000</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Publisher: </b></th>
            <td style="padding-left: 4px;">HL7 Belgium</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 diagnoses given relevant patient information:</b> Given input data, including age, gender, and symptoms, determine potential diagnoses
                            
                            <br/>
                            
                            
                            
                            
                            
                        </td>
                    </tr>
                    
                </table>
            </td>
        </tr>
        
    </table>
</div>
</div>
  </text>
  <url
       value="http://fhir.org/guides/cqf/cpg/example/PlanDefinition/GetDiagnoses"/>
  <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-11T16:17:45+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>
  <action>
    <title
           value="Determine potential diagnoses given relevant patient information"/>
    <description
                 value="Given input data, including age, gender, and symptoms, determine potential diagnoses"/>
    <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>
    <output>
      <type value="Task"/>
    </output>
    <output>
      <type value="Condition"/>
      <profile
               value="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-condition"/>
      <codeFilter>
        <path value="category"/>
        <code>
          <system
                  value="http://terminology.hl7.org/CodeSystem/condition-category"/>
          <code value="problem-list-item"/>
        </code>
      </codeFilter>
    </output>
  </action>
</PlanDefinition>