http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationdispense|8.0.0-ballot

The US Core MedicationDispense Profile inherits from the FHIR [MedicationDispense](https://hl7.org/fhir/R4/medicationdispense.html) resource; refer to it for scope and usage definitions. This profile sets minimum expectations for the MedicationDispense resource to record, search, and fetch the state of a patients medication with regards to dispensing or other activity. (e.g., dispensed, partially dispensed, not dispensed) It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
description: The US Core MedicationDispense Profile inherits from the FHIR [MedicationDispense](https://hl7.org/fhir/R4/medicationdispense.html) resource; refer to it for scope and usage definitions. This profile sets minimum expectations for the MedicationDispense resource to record, search, and fetch the state of a patients medication with regards to dispensing or other activity. (e.g., dispensed, partially dispensed, not dispensed)  It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
derivation: constraint
name: USCoreMedicationDispenseProfile
type: MedicationDispense
elements:
  whenHandedOver: {short: When product was given out or mailed, mustSupport: true, index: 10}
  type:
    mustSupport: true
    binding: {strength: extensible, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ActPharmacySupplyType'}
    index: 8
  status: {mustSupport: true, index: 0}
  dosageInstruction:
    mustSupport: true
    index: 11
    elements:
      text: {mustSupport: true, index: 12}
      timing: {mustSupport: true, index: 13}
      route:
        mustSupport: true
        binding: {strength: extensible, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1267.22'}
        index: 14
      doseAndRate:
        mustSupport: true
        index: 15
        elements:
          dose:
            short: Amount of medication per dose
            mustSupport: true
            choices: []
            index: 17
  context: {short: Encounter associated with MedicationDispense, mustSupport: true, index: 4}
  quantity:
    mustSupport: true
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/ucum-common'}
    index: 9
  authorizingPrescription: {mustSupport: true, index: 7}
  subject: {mustSupport: true, index: 3}
  performer:
    mustSupport: true
    index: 5
    elements:
      actor: {mustSupport: true, index: 6}
  medication:
    mustSupport: true
    choices: []
    index: 2
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationdispense
base: http://hl7.org/fhir/StructureDefinition/MedicationDispense
version: 8.0.0-ballot
required: [subject]