Clinical Practice Guidelines, published by Clinical Decision Support WG. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cqf-recommendations/ and changes regularly. See the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw json
{
"resourceType" : "ActivityDefinition",
"id" : "activity-example-sendmessage",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"activity-example-sendmessage\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cpg-computableactivity.html\">CPGComputableActivityDefinition</a></p></div><p><b>knowledgeCapability</b>: shareable</p><p><b>knowledgeCapability</b>: computable</p><p><b>knowledgeCapability</b>: publishable</p><p><b>knowledgeRepresentationLevel</b>: structured</p><p><b>url</b>: <code>http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-sendmessage</code></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: ActivityExampleSendMessage</p><p><b>title</b>: Activity Example Send Message</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2022-02-02T20:41:50Z</p><p><b>publisher</b>: HL7 International - Clinical Decision Support WG</p><p><b>description</b>: Example Activity Definition for a recommendation to send a message</p><p><b>jurisdiction</b>: World <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>kind</b>: CommunicationRequest</p><p><b>profile</b>: <a href=\"StructureDefinition-cpg-communicationrequest.html\">CPGCommunicationRequest</a></p><p><b>code</b>: Send a message <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cpg-activity-type.html\">CPG Activity Type</a>#send-message)</span></p><p><b>doNotPerform</b>: false</p><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: status</p></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: payload.content</p></blockquote></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode" : "shareable"
},
{
"url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode" : "computable"
},
{
"url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode" : "publishable"
},
{
"url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
"valueCode" : "structured"
}
],
"url" : "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-sendmessage",
"version" : "1.0.0",
"name" : "ActivityExampleSendMessage",
"title" : "Activity Example Send Message",
"status" : "draft",
"experimental" : true,
"date" : "2022-02-02T20:41:50+00:00",
"publisher" : "HL7 International - Clinical Decision Support WG",
"description" : "Example Activity Definition for a recommendation to send a message",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"kind" : "CommunicationRequest",
"profile" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-communicationrequest",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type",
"code" : "send-message",
"display" : "Send a message"
}
]
},
"doNotPerform" : false,
"dynamicValue" : [
{
"path" : "status",
"expression" : {
"language" : "text/cql",
"expression" : "'draft'"
}
},
{
"path" : "payload.content",
"expression" : {
"language" : "text/cql",
"expression" : "'Hello!'"
}
}
]
}