{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.clevermed.com/StructureDefinition/MedicationAdministration-BNet-Child-NNMilkFeed",
  "name": "MedicationAdministration-BNet-Child-NNMilkFeed",
  "status": "active",
  "date": "2025-03-25T11:59:26.5880557Z",
  "publisher": "Clevermed Ltd.",
  "contact": [
    {
      "name": "Clevermed BadgerNet Spine FHIR Team",
      "telecom": [
        {
          "system": "email",
          "value": "support@clevermed.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This resource describes the event of a patient consuming an administered Milk Feed.  For example, this may be used for drinking the milk feed from a bottle. Related resources tie this event to the practitioner administering the feed as well as the patient themselves.",
  "copyright": "(c) Clevermed Ltd.  Usage by permission and for BadgerNet Spine Platform integration only.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "MedicationAdministration",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationAdministration.medicationCodeableConcept",
        "path": "MedicationAdministration.medicationCodeableConcept",
        "short": "A BadgerNet code to identify the milk feed product that was administered. Alternatively the text field can be used instead of providing a CodeableConcept.",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "MedicationAdministration.effectiveDateTime",
        "path": "MedicationAdministration.effectiveDateTime",
        "short": "The time and date the milk feed was administered in UTC.",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "MedicationAdministration.performer.actor",
        "path": "MedicationAdministration.performer.actor",
        "short": "The staff member who administered the milk feed.",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "MedicationAdministration.Dosage.method",
        "path": "MedicationAdministration.Dosage.method",
        "short": "A SNOMED coded value or custom string value indicating the method by which the milk product was introduced into the body.",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "MedicationAdministration.Dosage.dose",
        "path": "MedicationAdministration.Dosage.dose",
        "short": "Amount of medication per dose.",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "MedicationAdministration.Status",
        "path": "MedicationAdministration.Status",
        "short": "Shows the administration of the milk feed has been completed. 'Completed' is the only value which is supported.",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "MedicationAdministration.Extension.Additives",
        "path": "MedicationAdministration.Extension.Additives",
        "short": "All additives used in the milk feed. The extension URL is: https://fhir.clevermed.com/StructureDefinition/BNetNNMilkFeedAdditives.",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "MedicationAdministration.Extension.Additive",
        "path": "MedicationAdministration.Extension.Additive",
        "short": "Additives which were used in the milk feed. The extension URL is: https://fhir.clevermed.com/StructureDefinition/BNetNNMilkFeedAdditive.",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}