This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
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 xs: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir//DecisionSupportRule/decisionsupportrule-exclusive-breastfeeding-intervention-04> a fhir:DecisionSupportRule; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "decisionsupportrule-exclusive-breastfeeding-intervention-04"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DecisionSupportRule.moduleMetadata [ fhir:ModuleMetadata.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.value [ fhir:value "exclusive-breastfeeding-intervention-04" ] ]; fhir:ModuleMetadata.version [ fhir:value "1.0.0" ]; fhir:ModuleMetadata.title [ fhir:value "Exclusive Breastfeeding Intervention-04" ]; fhir:ModuleMetadata.type [ fhir:value "eca-rule" ]; fhir:ModuleMetadata.status [ fhir:value "active" ]; fhir:ModuleMetadata.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:ModuleMetadata.publicationDate [ fhir:value "2015-03-08"^^xs:date ]; fhir:ModuleMetadata.topic [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "Exclusive Breastfeeding" ] ] ]; fhir:DecisionSupportRule.library [ fhir:index 0; fhir:reference <http://hl7.org/fhir/Library/library-exclusive-breastfeeding-cds-logic>; fhir:Reference.reference [ fhir:value "Library/library-exclusive-breastfeeding-cds-logic" ] ]; fhir:DecisionSupportRule.trigger [ fhir:index 0; fhir:TriggerDefinition.type [ fhir:value "named-event" ]; fhir:TriggerDefinition.eventName [ fhir:value "Admission" ] ]; fhir:DecisionSupportRule.trigger [ fhir:index 1; fhir:TriggerDefinition.type [ fhir:value "named-event" ]; fhir:TriggerDefinition.eventName [ fhir:value "Birth" ] ]; fhir:DecisionSupportRule.trigger [ fhir:index 2; fhir:TriggerDefinition.type [ fhir:value "named-event" ]; fhir:TriggerDefinition.eventName [ fhir:value "Infant Transfer to Recovery" ] ]; fhir:DecisionSupportRule.trigger [ fhir:index 3; fhir:TriggerDefinition.type [ fhir:value "named-event" ]; fhir:TriggerDefinition.eventName [ fhir:value "Transfer to Post-Partum" ] ]; fhir:DecisionSupportRule.condition [ fhir:value "Should Create Lactation Consult"]; fhir:DecisionSupportRule.action [ fhir:index 0; fhir:ActionDefinition.title [ fhir:value "Mother should be referred to a lactation specialist for consultation." ]; fhir:ActionDefinition.action [ fhir:index 0; fhir:ActionDefinition.title [ fhir:value "Create a lactation consult request." ]; fhir:ActionDefinition.textEquivalent [ fhir:value "Create a lactation consult request" ]; fhir:ActionDefinition.participantType [ fhir:value "practitioner"; fhir:index 0 ]; fhir:ActionDefinition.type [ fhir:value "create" ]; fhir:ActionDefinition.customization [ fhir:index 0; fhir:ActionDefinition.customization.path [ fhir:value "/" ]; fhir:ActionDefinition.customization.expression [ fhir:value "Create Lcatation Consult Request" ] ] ] ]. # -------------------------------------------------------------------------------------
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.