<?xml version="1.0" encoding="UTF-8"?>

<ActivityDefinition xmlns="http://hl7.org/fhir">
  <id value="cpg-administermedication-activitydefinition"/>
  <meta>
    <profile value="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-administermedicationactivity"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="extensions"/><div xmlns="http://www.w3.org/1999/xhtml">
  <table class="narrative-table">
    <tbody>
<tr>


<th colspan="2" scope="row" class="row-header">Metadata</th>


</tr>



<tr>


<th scope="row" class="row-header">Version</th>



<td class="content-container">2.0.0</td>


</tr>







  
<tr>


<th scope="row" class="row-header">Identifier</th>



<td class="content-container">CPGAdministerMedicationActivityDefinition</td>


</tr>


  
<tr>


<th scope="row" class="row-header">Identifier</th>



<td class="content-container">urn:oid:2.16.840.1.113883.4.642.40.48.11.37</td>


</tr>










<tr>


<th scope="row" class="row-header">Jurisdiction</th>



<td class="content-container">
    World


</td>


</tr>








<tr>


<th scope="row" class="row-header">Steward (Publisher)</th>



<td class="content-container">HL7 International / Clinical Decision Support</td>


</tr>



<tr>


<th scope="row" class="row-header">Steward Contact</th>



<td class="content-container">HL7 International / Clinical Decision Support</td>


</tr>







<tr>


<th scope="row" class="row-header">Description</th>



<td class="content-container"><div><p>Example Activity Definition for a recommendation to administer a medication</p>
</div></td>


</tr>









<tr>


<th scope="row" class="row-header">Resource Kind</th>



<td class="content-container">Task</td>


</tr>


<tr>


<th scope="row" class="row-header">Resource Profile</th>



<td class="content-container"><a href="StructureDefinition-cpg-administermedicationtask.html">CPG Administer Medication Task</a></td>


</tr>


<tr>


<th scope="row" class="row-header">Code</th>



<td class="content-container">
    Administer a medication


</td>


</tr>


<tr>


<th scope="row" class="row-header">Intent</th>



<td class="content-container">Proposal</td>


</tr>


<tr>


<th scope="row" class="row-header">Priority</th>



<td class="content-container">Routine</td>


</tr>











<tr>
  <th scope="row" class="row-header">Dynamic Value</th>
  <td class="content-container">
    
    <em>Path</em>: status
    
    
    <br/>
    <em>Expression</em>: 'draft'
    
  </td>
</tr>

<tr>
  <th scope="row" class="row-header">Dynamic Value</th>
  <td class="content-container">
    
    <em>Path</em>: for
    
    
    <br/>
    <em>Expression</em>: Patient
    
  </td>
</tr>

<tr>
  <th scope="row" class="row-header">Dynamic Value</th>
  <td class="content-container">
    
    <em>Path</em>: encounter
    
    
    <br/>
    <em>Expression</em>: Encounter
    
  </td>
</tr>

<tr>
  <th scope="row" class="row-header">Dynamic Value</th>
  <td class="content-container">
    
    <em>Path</em>: authoredOn
    
    
    <br/>
    <em>Expression</em>: Now()
    
  </td>
</tr>

<tr>
  <th scope="row" class="row-header">Dynamic Value</th>
  <td class="content-container">
    
    <em>Path</em>: owner
    
    
    <br/>
    <em>Expression</em>: Practitioner
    
  </td>
</tr>

<tr>
  <th scope="row" class="row-header">Dynamic Value</th>
  <td class="content-container">
    
    <em>Path</em>: input
    
    
    <br/>
    <em>Expression</em>: TaskInput { type: &quot;Administer Medication&quot;, value: MedicationAdministration }
    
  </td>
</tr>

<tr>
  <th colspan="2" scope="row" class="row-header">Generated using version 0.5.4 of the sample-content-ig Liquid templates</th>
</tr>

    </tbody>
  </table>
</div>
  </text>
  <url value="http://hl7.org/fhir/uv/cpg/ActivityDefinition/cpg-administermedication-activitydefinition"/>
  <identifier>
    <use value="official"/>
    <value value="CPGAdministerMedicationActivityDefinition"/>
  </identifier>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.40.48.11.37"/>
  </identifier>
  <version value="2.0.0"/>
  <name value="CPGAdministerMedicationActivityDefinition"/>
  <status value="active"/>
  <date value="2026-04-29T15:06:55+00:00"/>
  <publisher value="HL7 International / Clinical Decision Support"/>
  <contact>
    <name value="HL7 International / Clinical Decision Support"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/dss"/>
    </telecom>
  </contact>
  <description value="Example Activity Definition for a recommendation to administer a medication"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <kind value="Task"/>
  <profile value="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-administermedicationtask"/>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs"/>
      <code value="administer-medication"/>
      <display value="Administer a medication"/>
    </coding>
  </code>
  <intent value="proposal"/>
  <priority value="routine"/>
  <doNotPerform value="false"/>
  <dynamicValue>
    <path value="status"/>
    <expression>
      <language value="text/cql"/>
      <expression value="'draft'"/>
    </expression>
  </dynamicValue>
  <dynamicValue>
    <path value="for"/>
    <expression>
      <language value="text/cql"/>
      <expression value="Patient"/>
    </expression>
  </dynamicValue>
  <dynamicValue>
    <path value="encounter"/>
    <expression>
      <language value="text/cql"/>
      <expression value="Encounter"/>
    </expression>
  </dynamicValue>
  <dynamicValue>
    <path value="authoredOn"/>
    <expression>
      <language value="text/cql"/>
      <expression value="Now()"/>
    </expression>
  </dynamicValue>
  <dynamicValue>
    <path value="owner"/>
    <expression>
      <language value="text/cql"/>
      <expression value="Practitioner"/>
    </expression>
  </dynamicValue>
  <dynamicValue>
    <path value="input"/>
    <expression>
      <language value="text/cql"/>
      <expression value="TaskInput { type: &quot;Administer Medication&quot;, value: MedicationAdministration }"/>
    </expression>
  </dynamicValue>
</ActivityDefinition>