{
  "resourceType": "StructureDefinition",
  "id": "ncdhc-medicationstatement-vitamink",
  "url": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-medicationstatement-vitamink",
  "version": "dv001",
  "name": "NCDHC Vitamin K Administered Profile",
  "title": "NCDHC Vitamin K Administered",
  "status": "draft",
  "date": "2019-12-13",
  "publisher": "National Children's Digital Health Collaborative (NCDHC)",
  "copyright": "Copyright © 2019 Australian Digital Health Agency - All rights reserved. This content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/",
  "description": "Vitamin K is a medication given to the newborn at birth.  Either by intramuscular injection or up to three doses orally",
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "MedicationStatement",
  "baseDefinition": "http://hl7.org.au/fhir/StructureDefinition/au-medicationstatement",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationStatement.medication[x]:medicationCodeableConcept",
        "path": "MedicationStatement.medication[x]",
        "sliceName": "medicationCodeableConcept",
        "min": 1
      },
      {
        "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:amt",
        "path": "MedicationStatement.medication[x].coding",
        "sliceName": "amt",
        "min": 1,
        "max": "1"
      },
      {
        "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:amt.code",
        "path": "MedicationStatement.medication[x].coding.code",
        "min": 1,
        "fixedCode": "69775011000036100"
      },
      {
        "id": "MedicationStatement.effective[x]",
        "path": "MedicationStatement.effective[x]",
        "min": 1
      },
      {
        "id": "MedicationStatement.dateAsserted",
        "path": "MedicationStatement.dateAsserted",
        "short": "Vitamin K Date"
      },
      {
        "id": "MedicationStatement.subject",
        "path": "MedicationStatement.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-patient-baby"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          }
        ]
      },
      {
        "id": "MedicationStatement.dosage.sequence",
        "path": "MedicationStatement.dosage.sequence",
        "short": "Vitamin K Dose Number (if Applicable)"
      },
      {
        "id": "MedicationStatement.dosage.route",
        "path": "MedicationStatement.dosage.route",
        "short": "Route of Administration",
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org.au/fhir/ch/v1/ValueSet/ncdhc-meds-route-admins-type-1"
          }
        }
      }
    ]
  }
}