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

<ActivityDefinition xmlns="http://hl7.org/fhir">
  <id value="shareable-example-artifact-reference"/>
  <meta>
    <profile value="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareableactivitydefinition"/>
  </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">Title</th>



<td class="content-container">Shareable ActivityDefinition Example Artifact Reference</td>


</tr>



<tr>


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



<td class="content-container">1.0.0</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.38.11.2</td>


</tr>







<tr>


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



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


</tr>




<tr>


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



<td class="content-container">true</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 WG</td>


</tr>









<tr>


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



<td class="content-container"><div><p>Example Shareable Activity Definition for a recommendation to order a medication. The medication uses the artifact-uriReference extension to a corresponding medication identified by artifact-url and artifact-version extensions</p>
</div></td>


</tr>









<tr>


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



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


</tr>



<tr>


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



<td class="content-container">Order 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">Product</th>



<td class="content-container">alprazolam 0.25 MG Oral Tablet</td>


</tr>



<tr>


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



<td class="content-container">No display for Dosage </td>


</tr>







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

    </tbody>
  </table>
</div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability">
    <valueCode value="shareable"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability">
    <valueCode value="computable"/>
  </extension>
  <url value="http://hl7.org/fhir/uv/crmi/ActivityDefinition/shareable-example-artifact-reference"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.40.38.11.2"/>
  </identifier>
  <version value="1.0.0"/>
  <name value="ShareableActivityDefinitionExampleArtifactReference"/>
  <title value="Shareable ActivityDefinition Example Artifact Reference"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2026-05-11T04:30:28+00:00"/>
  <publisher value="HL7 International - Clinical Decision Support WG"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/dss"/>
    </telecom>
  </contact>
  <description value="Example Shareable Activity Definition for a recommendation to order a medication. The medication uses the artifact-uriReference extension to a corresponding medication identified by artifact-url and artifact-version extensions"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <kind value="MedicationRequest"/>
  <code>
    <text value="Order a medication"/>
  </code>
  <intent value="proposal"/>
  <priority value="routine"/>
  <doNotPerform value="false"/>
  <productReference>
    <extension url="http://hl7.org/fhir/StructureDefinition/artifact-uriReference">
      <valueUri value="http://example.org/Medication/definition-example|1.0.0"/>
    </extension>
    <display value="alprazolam 0.25 MG Oral Tablet"/>
  </productReference>
  <dosage>
    <sequence value="1"/>
    <text value="75mcg daily"/>
    <timing>
      <repeat>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral Route (qualifier value)"/>
      </coding>
    </route>
    <doseAndRate>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
          <code value="ordered"/>
          <display value="Ordered"/>
        </coding>
      </type>
      <doseQuantity>
        <value value="75"/>
        <unit value="mcg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="ug"/>
      </doseQuantity>
    </doseAndRate>
  </dosage>
</ActivityDefinition>