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-recorddetectedissuetask-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-recorddetectedissuetask-activitydefinition\" </p></div><p><b>url</b>: <code>http://hl7.org/fhir/uv/cpg/ActivityDefinition/cpg-recorddetectedissuetask-activitydefinition</code></p><p><b>identifier</b>: id: CPGRecordDetectedIssueTaskActivityDefinition (OFFICIAL)</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: CPGRecordDetectedIssueTaskActivityDefinition</p><p><b>title</b>: CPG Record DetectedIssue 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-recorddetectedissuetask.html\">CPGRecordDetectedIssueTask</a></p><p><b>code</b>: Record a detected issue <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cpg-activity-type.html\">CPG Activity Type</a>#record-detected-issue)</span></p><p><b>intent</b>: proposal</p><p><b>priority</b>: urgent</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-recorddetectedissuetask-activitydefinition",
"identifier" : [
{
"use" : "official",
"value" : "CPGRecordDetectedIssueTaskActivityDefinition"
}
],
"version" : "1.0.0",
"name" : "CPGRecordDetectedIssueTaskActivityDefinition",
"title" : "CPG Record DetectedIssue 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-recorddetectedissuetask",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type",
"code" : "record-detected-issue",
"display" : "Record a detected issue"
}
]
},
"intent" : "proposal",
"priority" : "urgent",
"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: \"Record Detected Issue\", value: DetectedIssue { code: \"Drug-Drug Interaction\", detail: IssueCodeableConcept, subject: Patient, encounter: Encounter, identified: Today() } }"
}
}
]
}