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-exclusive-breastfeeding-intervention-03.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)

Exclusive Breastfeeding Intervention 03

@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 "exclusive-breastfeeding-intervention-03"];
  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 "exclusive-breastfeeding-intervention-03" ]
  ];
  fhir:PlanDefinition.version [ fhir:value "1.0.0"];
  fhir:PlanDefinition.title [ fhir:value "Exclusive Breastfeeding Intervention-03"];
  fhir:PlanDefinition.status [ fhir:value "active"];
  fhir:PlanDefinition.experimental [ fhir:value "true"];
  fhir:PlanDefinition.date [ fhir:value "2015-03-08"];
  fhir:PlanDefinition.description [ fhir:value "Exclusive breastfeeding intervention intended to improve outcomes for exclusive breastmilk feeding of newborns by notifying the charge and/or bedside nurse to perform the breastfeeding readiness assessment."];
  fhir:PlanDefinition.topic [
     fhir:index 0;
     fhir:CodeableConcept.text [ fhir:value "Exclusive Breastfeeding" ]
  ];
  fhir:PlanDefinition.relatedArtifact [
     fhir:index 0;
     fhir:RelatedArtifact.type [ fhir:value "derived-from" ];
     fhir:RelatedArtifact.resource [ fhir:value "http://example.org/fhir/Measure/measure-exclusive-breastfeeding" ]
  ];
  fhir:PlanDefinition.library [
     fhir:value "http://example.org/fhir/Library/library-exclusive-breastfeeding-cds-logic";
     fhir:index 0
  ];
  fhir:PlanDefinition.action [
     fhir:index 0;
     fhir:PlanDefinition.title [ fhir:value "Mother should be administered a breastfeeding readiness assessment." ];
     fhir:PlanDefinition.trigger [
       fhir:index 0;
       fhir:TriggerDefinition.type [ fhir:value "named-event" ];
       fhir:TriggerDefinition.name [ fhir:value "Admission" ]
     ], [
       fhir:index 1;
       fhir:TriggerDefinition.type [ fhir:value "named-event" ];
       fhir:TriggerDefinition.name [ fhir:value "Birth" ]
     ], [
       fhir:index 2;
       fhir:TriggerDefinition.type [ fhir:value "named-event" ];
       fhir:TriggerDefinition.name [ fhir:value "Infant Transfer to Recovery" ]
     ], [
       fhir:index 3;
       fhir:TriggerDefinition.type [ fhir:value "named-event" ];
       fhir:TriggerDefinition.name [ fhir:value "Transfer to Post-Partum" ]
     ];
     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 "Should Notify Nurse to Perform Assessment" ]
       ]
     ];
     fhir:PlanDefinition.action [
       fhir:index 0;
       fhir:PlanDefinition.title [ fhir:value "Notify the charge nurse to perform the assessment." ];
       fhir:PlanDefinition.textEquivalent [ fhir:value "A Breastfeeding Readiness Assessment is recommended, please administer the assessment." ];
       fhir:PlanDefinition.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.code [ fhir:value "create" ]
         ]
       ];
       fhir:PlanDefinition.dynamicValue [
         fhir:index 0;
         fhir:PlanDefinition.path [ fhir:value "/" ];
         fhir:PlanDefinition.expression [
           fhir:Expression.language [ fhir:value "text/cql" ];
           fhir:Expression.expression [ fhir:value "Communication Request to Charge Nurse" ]
         ]
       ]
     ], [
       fhir:index 1;
       fhir:PlanDefinition.title [ fhir:value "Notify the bedside nurse to perform the assessment." ];
       fhir:PlanDefinition.textEquivalent [ fhir:value "A Breastfeeding Readiness Assessment is recommended, please administer the assessment." ];
       fhir:PlanDefinition.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.code [ fhir:value "create" ]
         ]
       ];
       fhir:PlanDefinition.dynamicValue [
         fhir:index 0;
         fhir:PlanDefinition.path [ fhir:value "/" ];
         fhir:PlanDefinition.expression [
           fhir:Expression.language [ fhir:value "text/cql" ];
           fhir:Expression.expression [ fhir:value "Communication Request to Bedside Nurse" ]
         ]
       ]
     ]
  ] .

# -------------------------------------------------------------------------------------


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.