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
Active as of 2024-12-11 |
<PlanDefinition xmlns="http://hl7.org/fhir">
<id value="GetDataToCollect"/>
<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;">GetDataToCollect</td>
</tr>
<tr>
<th scope="row"><b>Url: </b></th>
<td style="padding-left: 4px;"><a href="PlanDefinition-GetDataToCollect.html">GetDataToCollect</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 additional information required:</b> Given input data, including age, gender, symptoms, and suspected diagnoses, determine what additional information should be collected
<br/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</text>
<url
value="http://fhir.org/guides/cqf/cpg/example/PlanDefinition/GetDataToCollect"/>
<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 additional information required"/>
<description
value="Given input data, including age, gender, symptoms, and suspected diagnoses, determine what additional information should be collected"/>
<code>
<coding>
<system
value="http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process-cs"/>
<code value="determine-diagnosis"/>
</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="Condition"/>
<codeFilter>
<path value="verificationStatus"/>
<code>
<system
value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
<code value="unconfirmed"/>
</code>
</codeFilter>
</input>
<output>
<type value="Task"/>
<profile
value="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-questionnairetask"/>
<profile
value="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-task"/>
</output>
<output>
<type value="Questionnaire"/>
</output>
</action>
</PlanDefinition>