STU3 Candidate

This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). 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-04.ttl

Raw Turtle, JSON-LD

Exclusive Breastfeeding Intervention 04

@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 -------------------------------------------------------------------

<http://hl7.org/fhir/PlanDefinition/exclusive-breastfeeding-intervention-04> a fhir:PlanDefinition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "exclusive-breastfeeding-intervention-04"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Exclusive Breastfeeding Intervention-04</div>"
  ];
  fhir:PlanDefinition.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.value [ fhir:value "exclusive-breastfeeding-intervention-04" ]
  ];
  fhir:PlanDefinition.version [ fhir:value "1.0.0"];
  fhir:PlanDefinition.title [ fhir:value "Exclusive Breastfeeding Intervention-04"];
  fhir:PlanDefinition.status [ fhir:value "active"];
  fhir:PlanDefinition.date [ fhir:value "2015-03-08"^^xsd:date];
  fhir:PlanDefinition.description [ fhir:value "Exclusive breastfeeding intervention intended to improve outcomes for exclusive breastmilk feeding of newborns by creating a lactation consult for the mother if appropriate."];
  fhir:PlanDefinition.topic [
     fhir:index 0;
     fhir:CodeableConcept.text [ fhir:value "Exclusive Breastfeeding" ]
  ];
  fhir:PlanDefinition.library [
     fhir:index 0;
     fhir:link <http://hl7.org/fhir/Library/library-exclusive-breastfeeding-cds-logic>;
     fhir:Reference.reference [ fhir:value "Library/library-exclusive-breastfeeding-cds-logic" ]
  ];
  fhir:PlanDefinition.actionDefinition [
     fhir:index 0;
     fhir:PlanDefinition.actionDefinition.title [ fhir:value "Mother should be referred to a lactation specialist for consultation." ];
     fhir:PlanDefinition.actionDefinition.triggerDefinition [
       fhir:index 0;
       fhir:TriggerDefinition.type [ fhir:value "named-event" ];
       fhir:TriggerDefinition.eventName [ fhir:value "Admission" ]
     ], [
       fhir:index 1;
       fhir:TriggerDefinition.type [ fhir:value "named-event" ];
       fhir:TriggerDefinition.eventName [ fhir:value "Birth" ]
     ], [
       fhir:index 2;
       fhir:TriggerDefinition.type [ fhir:value "named-event" ];
       fhir:TriggerDefinition.eventName [ fhir:value "Infant Transfer to Recovery" ]
     ], [
       fhir:index 3;
       fhir:TriggerDefinition.type [ fhir:value "named-event" ];
       fhir:TriggerDefinition.eventName [ fhir:value "Transfer to Post-Partum" ]
     ];
     fhir:PlanDefinition.actionDefinition.condition [
       fhir:index 0;
       fhir:PlanDefinition.actionDefinition.condition.kind [ fhir:value "applicability" ];
       fhir:PlanDefinition.actionDefinition.condition.expression [ fhir:value "Should Create Lactation Consult" ]
     ];
     fhir:PlanDefinition.actionDefinition.actionDefinition [
       fhir:index 0;
       fhir:PlanDefinition.actionDefinition.title [ fhir:value "Create a lactation consult request." ];
       fhir:PlanDefinition.actionDefinition.textEquivalent [ fhir:value "Create a lactation consult request" ];
       fhir:PlanDefinition.actionDefinition.type [
         fhir:Coding.code [ fhir:value "create" ]
       ];
       fhir:PlanDefinition.actionDefinition.dynamicValue [
         fhir:index 0;
         fhir:PlanDefinition.actionDefinition.dynamicValue.path [ fhir:value "/" ];
         fhir:PlanDefinition.actionDefinition.dynamicValue.expression [ fhir:value "Create Lactation Consult Request" ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Library/library-exclusive-breastfeeding-cds-logic> a fhir:Library .

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


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.