STU 3 Candidate

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

Decisionsupportrule-exclusive-breastfeeding-intervention-01.json

Raw JSON (canonical form)

Exclusive Breastfeeding Intervention 01

{
  "resourceType": "DecisionSupportRule",
  "id": "decisionsupportrule-exclusive-breastfeeding-intervention-01",
  "text": {
    "status": "generated",
    "div": "<div>Exclusive Breastfeeding Intervention-01</div>"
  },
  "moduleMetadata": {
    "identifier": [
      {
        "use": "official",
        "value": "exclusive-breastfeeding-intervention-01"
      }
    ],
    "version": "1.0.0",
    "title": "Exclusive Breastfeeding Intervention-01",
    "type": "eca-rule",
    "status": "active",
    "description": "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.",
    "publicationDate": "2015-03-08",
    "topic": [
      {
        "text": "Exclusive Breastfeeding"
      }
    ]
  },
  "library": [
    {
      "reference": "Library/library-exclusive-breastfeeding-cds-logic"
    }
  ],
  "trigger": [
    {
      "type": "named-event",
      "eventName": "Admission"
    },
    {
      "type": "named-event",
      "eventName": "Birth"
    },
    {
      "type": "named-event",
      "eventName": "Infant Transfer to Recovery"
    },
    {
      "type": "named-event",
      "eventName": "Transfer to Post-Partum"
    }
  ],
  "condition": "Should Create Assessment Order",
  "action": [
    {
      "title": "Mother should be administered a breastfeeding readiness assessment.",
      "action": [
        {
          "title": "Create the breastfeeding readiness assessment order.",
          "textEquivalent": "Administer a breastfeeding readiness assessment.",
          "participantType": [
            "practitioner"
          ],
          "_participantType": [
            {
              "fhir_comments": [
                "  TODO: Needs to be able to specify role of the practitioner...  "
              ]
            }
          ],
          "type": "create",
          "customization": [
            {
              "path": "/",
              "expression": "Create Breastfeeding Risk Assessment"
            }
          ]
        },
        {
          "title": "Notify the provider to sign the order.",
          "textEquivalent": "A Breastfeeding Readiness Assessment is recommended, please authorize or reject the order.",
          "participantType": [
            "practitioner"
          ],
          "_participantType": [
            {
              "fhir_comments": [
                "  TODO: Needs to be able to specify role of the practitioner...  "
              ]
            }
          ],
          "type": "create",
          "customization": [
            {
              "path": "/",
              "expression": "Communication Request to Provider"
            }
          ]
        }
      ]
    }
  ]
}

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.