CPG Example
0.1.0 - CI Build International flag

CPG Example, published by Clinical Quality Framework. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/cpg-example/ and changes regularly. See the Directory of published versions

: Daily Apple Activity - XML Representation

Active as of 2024-11-18

Raw xml | Download


<ActivityDefinition xmlns="http://hl7.org/fhir">
  <id value="DailyAppleActivity"/>
  <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;">Daily Apple Activity</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Id: </b></th>
            <td style="padding-left: 4px;">DailyAppleActivity</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Version: </b></th>
            <td style="padding-left: 4px;">0.1.0</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;">2024-11-18 16:16:04+0000</td>
        </tr>
        

        

        
        <tr>
            <th scope="row"><b>Publisher (steward): </b></th>
            <td style="padding-left: 4px;">Clinical Quality Framework</td>
        </tr>
        

        

        

        
        <tr>
            <th scope="row"><b>Description: </b></th>
            <td style="padding-left: 4px;"><div><p>Activity to provide an apple daily</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>Kind: </b></th>
            <td style="padding-left: 4px;">MedicationRequest</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Profile: </b></th>
            <td style="padding-left: 4px;">http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-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>Product: </b></th>
            
            <td style="padding-left: 4px;">
                
                
                
                <p><b>system: </b><span><a href="http://hl7.org/fhir/R4/codesystem-snomedct.html">http://snomed.info/sct</a></span></p>
                
                
                <p><b>code: </b><span>735215001</span></p>
                
                
                <p><b>display: </b><span>Apple (substance)</span></p>
                
                
                
                
            </td>
            
            
        </tr>
        

        

        

        
    </table>
</div>
</div>
  </text>
  <url
       value="http://fhir.org/guides/cqf/cpg/example/ActivityDefinition/DailyAppleActivity"/>
  <version value="0.1.0"/>
  <name value="DailyAppleActivity"/>
  <title value="Daily Apple Activity"/>
  <status value="active"/>
  <experimental value="true"/>
  <date value="2024-11-18T16:16:04+00:00"/>
  <publisher value="Clinical Quality Framework"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://github.com/cqframework"/>
    </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>