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" : "cpg-collectinformation-activitydefinition",
"text" : {
"status" : "generated",
"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 \"cpg-collectinformation-activitydefinition\" </p></div><p><b>url</b>: <code>http://hl7.org/fhir/uv/cpg/ActivityDefinition/cpg-collectinformation-activitydefinition</code></p><p><b>identifier</b>: id: CPGCollectInformationActivityDefinition (OFFICIAL)</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: CPGCollectInformationActivityDefinition</p><p><b>title</b>: CPG CollectInformation ActivityDefinition</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-06-23</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>: Task</p><p><b>profile</b>: <a href=\"StructureDefinition-cpg-questionnairetask.html\">CPGQuestionnaireTask</a></p><p><b>code</b>: Collect Information <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cpg-activity-type.html\">CPG Activity Type</a>#collect-information)</span></p><p><b>intent</b>: proposal</p><p><b>priority</b>: routine</p><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: status</p></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: for</p></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: encounter</p></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: authoredOn</p></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: owner</p></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: input</p></blockquote></div>"
},
"url" : "http://hl7.org/fhir/uv/cpg/ActivityDefinition/cpg-collectinformation-activitydefinition",
"identifier" : [
{
"use" : "official",
"value" : "CPGCollectInformationActivityDefinition"
}
],
"version" : "1.0.0",
"name" : "CPGCollectInformationActivityDefinition",
"title" : "CPG CollectInformation ActivityDefinition",
"status" : "draft",
"experimental" : false,
"date" : "2019-06-23",
"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-questionnairetask",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type",
"code" : "collect-information",
"display" : "Collect Information"
}
]
},
"intent" : "proposal",
"priority" : "routine",
"dynamicValue" : [
{
"path" : "status",
"expression" : {
"language" : "text/cql",
"expression" : "'draft'"
}
},
{
"path" : "for",
"expression" : {
"language" : "text/cql",
"expression" : "Patient"
}
},
{
"path" : "encounter",
"expression" : {
"language" : "text/cql",
"expression" : "Encounter"
}
},
{
"path" : "authoredOn",
"expression" : {
"language" : "text/cql",
"expression" : "Now()"
}
},
{
"path" : "owner",
"expression" : {
"language" : "text/cql",
"expression" : "Practitioner"
}
},
{
"path" : "input",
"expression" : {
"language" : "text/cql",
"expression" : "TaskInput { type: \"Collect Information\", value: QuestionnaireCanonical }"
}
}
]
}