Clinical Practice Guidelines, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cqf-recommendations/ and changes regularly. See the Directory of published versions
Active as of 2024-10-03 |
{
"resourceType" : "ActivityDefinition",
"id" : "activity-example-documentmedication-ad",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-documentmedicationactivity"🔗 ,
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ActivityDefinition activity-example-documentmedication-ad</b></p><a name=\"activity-example-documentmedication-ad\"> </a><a name=\"hcactivity-example-documentmedication-ad\"> </a><a name=\"activity-example-documentmedication-ad-en-US\"> </a><p><b>CQF Knowledge capability</b>: shareable</p><p><b>CQF Knowledge capability</b>: computable</p><p><b>CQF Knowledge capability</b>: publishable</p><p><b>CQF knowledge representation level</b>: structured</p><p><b>url</b>: <a href=\"ActivityDefinition-activity-example-documentmedication-ad.html\">ActivityDefinition Activity Example Document Medication AD</a></p><p><b>version</b>: 2.0.0-draft</p><p><b>name</b>: ActivityExampleDocumentMedicationAD</p><p><b>title</b>: Activity Example Document Medication AD</p><p><b>status</b>: Active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2024-10-03 20:02:53+0000</p><p><b>publisher</b>: HL7 International / Clinical Decision Support</p><p><b>contact</b>: HL7 International / Clinical Decision Support: <a href=\"http://www.hl7.org/Special/committees/dss\">http://www.hl7.org/Special/committees/dss</a></p><p><b>description</b>: </p><div><p>Example Activity Definition for a recommendation to document a medication</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>kind</b>: Task</p><p><b>profile</b>: <a href=\"StructureDefinition-cpg-documentmedicationtask.html\">CPG Document Medication Task</a></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs document-medication}\">Document a medication</span></p><p><b>intent</b>: Proposal</p><p><b>doNotPerform</b>: false</p><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: input.type</p><h3>Expressions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>CQL</td><td>code</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: input.value</p><h3>Expressions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td><td><b>Expression</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td>CQL</td><td>Medication Proposal</td><td><a href=\"Library-documentmedication-library.html\">Document Medication Library</a></td></tr></table></blockquote></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
"valueCode" : "shareable"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
"valueCode" : "computable"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
"valueCode" : "publishable"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel",
"valueCode" : "structured"
}
],
"url" : "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-documentmedication-ad",
"version" : "2.0.0-draft",
"name" : "ActivityExampleDocumentMedicationAD",
"title" : "Activity Example Document Medication AD",
"status" : "active",
"experimental" : true,
"date" : "2024-10-03T20:02:53+00:00",
"publisher" : "HL7 International / Clinical Decision Support",
"contact" : [
{
"name" : "HL7 International / Clinical Decision Support",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description" : "Example Activity Definition for a recommendation to document a medication",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"kind" : "Task",
"profile" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-documentmedicationtask",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
"code" : "document-medication",
"display" : "Document a medication"
}
]
},
"intent" : "proposal",
"doNotPerform" : false,
"dynamicValue" : [
{
"path" : "input.type",
"expression" : {
"language" : "text/cql",
"expression" : "code"
}
},
{
"path" : "input.value",
"expression" : {
"language" : "text/cql",
"expression" : "Medication Proposal",
"reference" : "http://hl7.org/fhir/uv/cpg/Library/documentmedication-library"
}
}
]
}