Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Plandefinition-chlamydia-screening-intervention.ttl

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

Chlamydia Screening CDS example

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:PlanDefinition;
  fhir:Resource.id [ fhir:value "chlamydia-screening-intervention"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:PlanDefinition.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.value [ fhir:value "ChlamydiaScreening_CDS_UsingCommon" ]
  ];
  fhir:PlanDefinition.version [ fhir:value "2.0.0"];
  fhir:PlanDefinition.title [ fhir:value "Chalmydia Screening CDS Example Using Common"];
  fhir:PlanDefinition.status [ fhir:value "draft"];
  fhir:PlanDefinition.experimental [ fhir:value "true"];
  fhir:PlanDefinition.date [ fhir:value "2015-07-22"];
  fhir:PlanDefinition.description [ fhir:value "Chlamydia Screening CDS Example Using Common"];
  fhir:PlanDefinition.topic [
     fhir:index 0;
     fhir:CodeableConcept.text [ fhir:value "Chlamydia Screening" ]
  ];
  fhir:PlanDefinition.library [
     fhir:value "http://example.org/fhir/Library/example";
     fhir:index 0
  ];
  fhir:PlanDefinition.action [
     fhir:index 0;
     fhir:PlanDefinition.title [ fhir:value "Patient has not had chlamydia screening within the recommended timeframe..." ];
     fhir:PlanDefinition.condition [
       fhir:index 0;
       fhir:PlanDefinition.kind [ fhir:value "applicability" ];
       fhir:PlanDefinition.expression [
         fhir:Expression.language [ fhir:value "text/cql" ];
         fhir:Expression.expression [ fhir:value "NoScreening" ]
       ]
     ];
     fhir:PlanDefinition.dynamicValue [
       fhir:index 0;
       fhir:PlanDefinition.path [ fhir:value "$this" ];
       fhir:PlanDefinition.expression [
         fhir:Expression.language [ fhir:value "text/cql" ];
         fhir:Expression.expression [ fhir:value "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.