CPG Example
0.1.0 - CI Build
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
Active as of 2024-11-18 |
{
"resourceType" : "ActivityDefinition",
"id" : "DailyAppleActivity",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n <table class=\"grid dict\">\n\n \n <tr>\n <th scope=\"row\"><b>Title: </b></th>\n <td style=\"padding-left: 4px;\">Daily Apple Activity</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">DailyAppleActivity</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">0.1.0</td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Experimental: </b></th>\n <td style=\"padding-left: 4px;\">true</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Date (date last changed): </b></th>\n <td style=\"padding-left: 4px;\">2024-11-18 16:16:04+0000</td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher (steward): </b></th>\n <td style=\"padding-left: 4px;\">Clinical Quality Framework</td>\n </tr>\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Description: </b></th>\n <td style=\"padding-left: 4px;\"><div><p>Activity to provide an apple daily</p>\n</div></td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Jurisdiction: </b></th>\n <td style=\"padding-left: 4px;\">001</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Kind: </b></th>\n <td style=\"padding-left: 4px;\">MedicationRequest</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Profile: </b></th>\n <td style=\"padding-left: 4px;\">http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequest</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Intent: </b></th>\n <td style=\"padding-left: 4px;\">proposal</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Priority: </b></th>\n <td style=\"padding-left: 4px;\">routine</td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Product: </b></th>\n \n <td style=\"padding-left: 4px;\">\n \n \n \n <p><b>system: </b><span><a href=\"http://hl7.org/fhir/R4/codesystem-snomedct.html\">http://snomed.info/sct</a></span></p>\n \n \n <p><b>code: </b><span>735215001</span></p>\n \n \n <p><b>display: </b><span>Apple (substance)</span></p>\n \n \n \n \n </td>\n \n \n </tr>\n \n\n \n\n \n\n \n </table>\n</div>\n</div>"
},
"url" : "http://fhir.org/guides/cqf/cpg/example/ActivityDefinition/DailyAppleActivity",
"version" : "0.1.0",
"name" : "DailyAppleActivity",
"title" : "Daily Apple Activity",
"status" : "active",
"experimental" : true,
"date" : "2024-11-18T16:16:04+00:00",
"publisher" : "Clinical Quality Framework",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://github.com/cqframework"
}
]
}
],
"description" : "Activity to provide an apple daily",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"kind" : "MedicationRequest",
"profile" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequest",
"intent" : "proposal",
"priority" : "routine",
"productCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "735215001",
"display" : "Apple (substance)"
}
],
"text" : "Apple"
},
"dosage" : [
{
"timing" : {
"repeat" : {
"frequency" : 1,
"period" : 1,
"periodUnit" : "d"
}
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1,
"unit" : "apple",
"system" : "http://unitsofmeasure.org",
"code" : "{apple}"
},
"rateQuantity" : {
"value" : 1
}
}
]
}
]
}