WorkflowThis page is part of the FHIR Specification v6.0.0-ballot2: Release 6 Ballot (2nd Draft) (see Ballot Notes). The current version is 5.0.0. For a full list of available versions, see the Directory of published versions 
| Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: No defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
Chlamydia Screening CDS example
{
"resourceType" : "PlanDefinition",
"id" : "chlamydia-screening-intervention",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <table class=\"grid dict\">\n \n <tr>\n \n <td>\n \n <b>Id: </b>\n \n </td>\n \n </tr>\n \n <tr>\n \n <td style=\"padding-left: 25px; padding-right: 25px;\">PlanDefinition/chlamydia-screening-intervention</td>\n \n </tr>\n \n </table>\n \n <p/>\n \n <table class=\"grid dict\">\n \n <tr>\n \n <td>\n \n <b>Identifier: </b>\n \n </td>\n \n </tr>\n \n <tr>\n \n <td style=\"padding-left: 25px; padding-right: 25px;\">\n \n <b>value: </b>\n \n <span>ChlamydiaScreening_CDS_UsingCommon</span>\n \n </td>\n \n </tr>\n \n </table>\n \n <p/>\n \n <table class=\"grid dict\">\n \n <tr>\n \n <td>\n \n <b>Title: </b>\n \n </td>\n \n </tr>\n \n <tr>\n \n <td style=\"padding-left: 25px; padding-right: 25px;\">Chlamydia Screening CDS Example Using Common</td>\n \n </tr>\n \n </table>\n \n <p/>\n \n <table class=\"grid dict\">\n \n <tr>\n \n <td>\n \n <b>Status: </b>\n \n </td>\n \n </tr>\n \n <tr>\n \n <td style=\"padding-left: 25px; padding-right: 25px;\">draft</td>\n \n </tr>\n \n </table>\n \n <p/>\n \n <table class=\"grid dict\">\n \n <tr>\n \n <td>\n \n <b>Description: </b>\n \n </td>\n \n </tr>\n \n <tr>\n \n <td style=\"padding-left: 25px; padding-right: 25px;\">Chlamydia Screening CDS Example Using Common</td>\n \n </tr>\n \n </table>\n \n <p/>\n \n <table class=\"grid dict\">\n \n <tr>\n \n <td>\n \n <b>Topic: </b>\n \n </td>\n \n </tr>\n \n <tr>\n \n <td style=\"padding-left: 25px; padding-right: 25px;\">\n \n <span>\n \n <b>text: </b>\n \n <span>Chlamydia Screening</span>\n \n </span>\n \n </td>\n \n </tr>\n \n </table>\n \n <p/>\n \n <table class=\"grid dict\">\n \n <tr>\n \n <td>\n \n <b>Library: </b>\n \n </td>\n \n </tr>\n \n <tr>\n \n <td style=\"padding-left: 25px; padding-right: 25px;\">\n \n <b>reference: </b>\n \n <span>Library/example</span>\n \n </td>\n \n </tr>\n \n </table>\n \n <p/>\n \n <h2>Actions</h2>\n \n <p style=\"width: 100%;\" class=\"hierarchy\">\n \n <span>\n \n <b>Step: </b>\n \n <br/>\n \n <span style=\"padding-left: 25px;\">\n \n <b>title: </b>\n \n <span>Patient has not had chlamydia screening within the recommended timeframe...</span>\n \n <br/>\n \n </span>\n \n <span style=\"padding-left: 25px;\">\n \n <b>condition: </b>\n \n <br/>\n \n <span style=\"padding-left: 50px;\">\n \n <b>type: </b>\n \n <span>applicability</span>\n \n </span>\n \n <br/>\n \n <span style=\"padding-left: 50px;\">\n \n <b>expression: </b>\n \n <span>NoScreening</span>\n \n </span>\n \n </span>\n \n </span>\n \n </p>\n \n </div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cds"
}],
"identifier" : [{
"use" : "official",
"value" : "ChlamydiaScreening_CDS_UsingCommon"
}],
"version" : "2.0.0",
"name" : "ChlamydiaScreeningCDSExampleUsingCommon",
"title" : "Chlamydia Screening CDS Example Using Common",
"status" : "draft",
"date" : "2015-07-22",
"publisher" : "HL7 International / Clinical Decision Support",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}]
}],
"description" : "Chlamydia Screening CDS Example Using Common",
"topic" : [{
"text" : "Chlamydia Screening"
}],
"library" : ["http://example.org/fhir/Library/example"],
"action" : [{
"title" : "Patient has not had chlamydia screening within the recommended timeframe...",
"condition" : [{
"kind" : "applicability",
"expression" : {
"language" : "text/cql",
"expression" : "NoScreening"
}
}],
"dynamicValue" : [{
"path" : "$this",
"expression" : {
"language" : "text/cql",
"expression" : "ChlamydiaScreeningRequest"
}
}]
}]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot2 generated on Mon, Aug 12, 2024 16:59+0800.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change