@prefix fhir: .
@prefix rdfs: .
# - resource -------------------------------------------------------------------
[] a fhir:PlanDefinition;
fhir:Resource.id [ fhir:value "exclusive-breastfeeding-intervention-01"];
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-01" ]
];
fhir:PlanDefinition.version [ fhir:value "1.0.0"];
fhir:PlanDefinition.title [ fhir:value "Exclusive Breastfeeding Intervention-01"];
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 ensuring that an appropriate breastfeeding readiness assessment order is created if necessary."];
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 Create Assessment Order" ]
]
];
fhir:PlanDefinition.action [
fhir:index 0;
fhir:PlanDefinition.title [ fhir:value "Create the breastfeeding readiness assessment order." ];
fhir:PlanDefinition.textEquivalent [ fhir:value "Administer a breastfeeding readiness 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 "Create Breastfeeding Risk Assessment" ]
]
]
], [
fhir:index 1;
fhir:PlanDefinition.title [ fhir:value "Notify the provider to sign the order." ];
fhir:PlanDefinition.textEquivalent [ fhir:value "A Breastfeeding Readiness Assessment is recommended, please authorize or reject the order." ];
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 Provider" ]
]
]
]
] .
# -------------------------------------------------------------------------------------