Your User Friendly Name for MyContentIG Here
0.5.1-cibuild - CI Build
Your User Friendly Name for MyContentIG Here, published by HL7 International - [Some] Work Group. This guide is not an authorized publication; it is the continuous build for version 0.5.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/sample-content-ig/ and changes regularly. See the Directory of published versions
Active as of 2025-09-07 |
<ActivityDefinition xmlns="http://hl7.org/fhir">
<id value="DailyAppleActivity"/>
<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">Daily Apple Activity</td>
</tr>
<tr>
<th scope="row" class="row-header">Version</th>
<td class="content-container">0.5.1-cibuild</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">
001 from <a href="http://unstats.un.org/unsd/methods/m49/m49.htm">http://unstats.un.org/unsd/methods/m49/m49.htm</a>
</td>
</tr>
<tr>
<th scope="row" class="row-header">Steward (Publisher)</th>
<td class="content-container">HL7 International - [Some] Work Group</td>
</tr>
<tr>
<th scope="row" class="row-header">Description</th>
<td class="content-container"><div><p>Activity to provide an apple daily</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">Resource Profile</th>
<td class="content-container"><a href="http://hl7.org/fhir/uv/cpg/STU1/StructureDefinition-cpg-medicationrequest.html">CPGMedicationRequest</a></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">Apple
</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.1-cibuild of the sample-content-ig Liquid templates</th>
</tr>
</tbody>
</table>
</div>
</text>
<url
value="http://somewhere.org/fhir/uv/mycontentig/ActivityDefinition/DailyAppleActivity"/>
<version value="0.5.1-cibuild"/>
<name value="DailyAppleActivity"/>
<title value="Daily Apple Activity"/>
<status value="active"/>
<experimental value="true"/>
<date value="2025-09-07T18:00:20+00:00"/>
<publisher value="HL7 International - [Some] Work Group"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://hl7.org/Special/committees/[something]"/>
</telecom>
</contact>
<description value="Activity to provide an apple daily"/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
</coding>
</jurisdiction>
<kind value="MedicationRequest"/>
<profile
value="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequest"/>
<intent value="proposal"/>
<priority value="routine"/>
<productCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="735215001"/>
<display value="Apple (substance)"/>
</coding>
<text value="Apple"/>
</productCodeableConcept>
<dosage>
<timing>
<repeat>
<frequency value="1"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<doseAndRate>
<doseQuantity>
<value value="1"/>
<unit value="apple"/>
<system value="http://unitsofmeasure.org"/>
<code value="{apple}"/>
</doseQuantity>
<rateQuantity>
<value value="1"/>
</rateQuantity>
</doseAndRate>
</dosage>
</ActivityDefinition>