This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: No defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Chlamydia Screening CDS example
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- [a fhir:PlanDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "chlamydia-screening-intervention"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "cds" ] ] ) ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:value [ fhir:v "ChlamydiaScreening_CDS_UsingCommon" ] ] ) ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "ChlamydiaScreeningCDSExampleUsingCommon"] ; # fhir:title [ fhir:v "Chlamydia Screening CDS Example Using Common"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2015-07-22"^^xsd:date] ; # fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ] ] ) ] ) ; # fhir:description [ fhir:v "Chlamydia Screening CDS Example Using Common"] ; # fhir:topic ( [ fhir:text [ fhir:v "Chlamydia Screening" ] ] ) ; # fhir:library ( [ fhir:v "http://example.org/fhir/Library/example"^^xsd:anyURI ; fhir:link <http://example.org/fhir/Library/example> ] ) ; # fhir:action ( [ fhir:title [ fhir:v "Patient has not had chlamydia screening within the recommended timeframe..." ] ; fhir:condition ( [ fhir:kind [ fhir:v "applicability" ] ; fhir:expression [ fhir:language [ fhir:v "text/cql" ] ; fhir:expression [ fhir:v "NoScreening" ] ] ] ) ; fhir:dynamicValue ( [ fhir:path [ fhir:v "$this" ] ; fhir:expression [ fhir:language [ fhir:v "text/cql" ] ; fhir:expression [ fhir:v "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 Thu, Nov 14, 2024 10:12+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change