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.json

Raw JSON (canonical form)

Exclusive Breastfeeding Intervention 04

{
  "resourceType": "PlanDefinition",
  "id": "exclusive-breastfeeding-intervention-04",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Exclusive Breastfeeding Intervention-04</div>"
  },
  "identifier": [
    {
      "use": "official",
      "value": "exclusive-breastfeeding-intervention-04"
    }
  ],
  "version": "1.0.0",
  "title": "Exclusive Breastfeeding Intervention-04",
  "status": "active",
  "date": "2015-03-08",
  "description": "Exclusive breastfeeding intervention intended to improve outcomes for exclusive breastmilk feeding of newborns by creating a lactation consult for the mother if appropriate.",
  "topic": [
    {
      "text": "Exclusive Breastfeeding"
    }
  ],
  "library": [
    {
      "reference": "Library/library-exclusive-breastfeeding-cds-logic"
    }
  ],
  "actionDefinition": [
    {
      "title": "Mother should be referred to a lactation specialist for consultation.",
      "triggerDefinition": [
        {
          "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": [
        {
          "kind": "applicability",
          "expression": "Should Create Lactation Consult"
        }
      ],
      "actionDefinition": [
        {
          "title": "Create a lactation consult request.",
          "textEquivalent": "Create a lactation consult request",
          "type": {
            "code": "create"
          },
          "dynamicValue": [
            {
              "path": "/",
              "expression": "Create Lactation 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.