Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions
Draft as of 2025-02-17 |
<ActivityDefinition xmlns="http://hl7.org/fhir">
<id value="shareable-example"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareableactivitydefinition"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<div>
<table class="grid dict">
<tr>
<th scope="row"><b>Title: </b></th>
<td style="padding-left: 4px;">Shareable ActivityDefinition Example</td>
</tr>
<tr>
<th scope="row"><b>Id: </b></th>
<td style="padding-left: 4px;">shareable-example</td>
</tr>
<tr>
<th scope="row"><b>Version: </b></th>
<td style="padding-left: 4px;">1.1.0-cibuild</td>
</tr>
<tr>
<th scope="row">
<b>
</b>
</th>
<td style="padding-left: 4px;">
<p style="margin-bottom: 5px;">
<span>urn:oid:2.16.840.1.113883.4.642.40.38.11.3</span>
</p>
</td>
</tr>
<tr>
<th scope="row"><b>Status: </b></th>
<td style="padding-left: 4px;">draft</td>
</tr>
<tr>
<th scope="row"><b>Experimental: </b></th>
<td style="padding-left: 4px;">true</td>
</tr>
<tr>
<th scope="row"><b>Date (date last changed): </b></th>
<td style="padding-left: 4px;">2025-02-17 19:51:07+0000</td>
</tr>
<tr>
<th scope="row"><b>Publisher (steward): </b></th>
<td style="padding-left: 4px;">HL7 International / Clinical Decision Support</td>
</tr>
<tr>
<th scope="row"><b>Description: </b></th>
<td style="padding-left: 4px;"><div><p>Example Shareable Activity Definition for a recommendation to order a medication</p>
</div></td>
</tr>
<tr>
<th scope="row"><b>Jurisdiction: </b></th>
<td style="padding-left: 4px;">001</td>
</tr>
<tr>
<th scope="row"><b>Code: </b></th>
<td style="padding-left: 4px;">
Order a medication
</td>
</tr>
<tr>
<th scope="row"><b>Kind: </b></th>
<td style="padding-left: 4px;">MedicationRequest</td>
</tr>
<tr>
<th scope="row"><b>Intent: </b></th>
<td style="padding-left: 4px;">proposal</td>
</tr>
<tr>
<th scope="row"><b>Priority: </b></th>
<td style="padding-left: 4px;">routine</td>
</tr>
<tr>
<th scope="row"><b>doNotPerform: </b></th>
<td style="padding-left: 4px;">false</td>
</tr>
<tr>
<th scope="row"><b>Product: </b></th>
<td style="padding-left: 4px;">
<p><b>system: </b><span><a href="https://browser.ihtsdotools.org/">http://snomed.info/sct</a></span></p>
<p><b>code: </b><span>376988009</span></p>
<p><b>display: </b><span>Levothyroxine sodium 75 microgram oral tablet</span></p>
</td>
</tr>
</table>
</div>
</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"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.40.38.11.3"/>
</identifier>
<version value="1.1.0-cibuild"/>
<name value="ShareableActivityDefinitionExample"/>
<title value="Shareable ActivityDefinition Example"/>
<status value="draft"/>
<experimental value="true"/>
<date value="2025-02-17T19:51:07+00:00"/>
<publisher value="HL7 International / Clinical Decision Support"/>
<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"/>
<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"/>
<productCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="376988009"/>
<display value="Levothyroxine sodium 75 microgram oral tablet"/>
</coding>
</productCodeableConcept>
<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>