This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw json
{
"resourceType" : "ActivityDefinition",
"id" : "cpg-generatereport-activitydefinition",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>url</b>: <code>http://hl7.org/fhir/uv/cpg/ActivityDefinition/cpg-generatereport-activitydefinition</code></p><p><b>identifier</b>: id: CPGGenerateReportActivityDefinition (OFFICIAL)</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: CPGGenerateReportActivityDefinition</p><p><b>title</b>: CPG Generate Report 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>: <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=\"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-generatereporttask\">http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-generatereporttask</a></p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type generate-report}\">Generate a metric or case report</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><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: for</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: encounter</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: authoredOn</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: owner</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: input</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></div>"
},
"url" : "http://hl7.org/fhir/uv/cpg/ActivityDefinition/cpg-generatereport-activitydefinition",
"identifier" : [
{
"use" : "official",
"value" : "CPGGenerateReportActivityDefinition"
}
],
"version" : "1.0.0",
"name" : "CPGGenerateReportActivityDefinition",
"title" : "CPG Generate Report 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-generatereporttask",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type",
"code" : "generate-report",
"display" : "Generate a metric or case report"
}
]
},
"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: \"Generate Report\", value: DefinitionCanonical }"
}
}
]
}