http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition|5.0.0

A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed).
description: A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed).
derivation: specialization
name: AdministrableProductDefinition
type: AdministrableProductDefinition
elements:
  description: {isModifier: false, short: 'A general description of the product, when in its final form, suitable for administration e.g. effervescent blue liquid, to be swallowed', mustSupport: false, isSummary: false, index: 8}
  routeOfAdministration:
    min: 1
    isModifier: false
    short: The path by which the product is taken into or makes contact with the body
    index: 14
    mustSupport: false
    array: true
    elements:
      code:
        isModifier: false
        short: Coded expression for the route
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/route-codes'}
        isSummary: true
        index: 15
      firstDose: {isModifier: false, short: The first dose (dose quantity) administered can be specified for the product, mustSupport: false, isSummary: true, index: 16}
      maxSingleDose: {isModifier: false, short: The maximum single dose that can be administered, mustSupport: false, isSummary: true, index: 17}
      maxDosePerDay: {isModifier: false, short: The maximum dose quantity to be administered in any one 24-h period, mustSupport: false, isSummary: true, index: 18}
      maxDosePerTreatmentPeriod: {isModifier: false, short: The maximum dose per treatment period that can be administered, mustSupport: false, isSummary: true, index: 19}
      maxTreatmentPeriod: {isModifier: false, short: The maximum treatment period during which the product can be administered, mustSupport: false, isSummary: true, index: 20}
      targetSpecies:
        isModifier: false
        short: A species for which this route applies
        mustSupport: false
        array: true
        isSummary: true
        index: 21
        elements:
          code:
            isModifier: false
            short: Coded expression for the species
            mustSupport: false
            binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/target-species'}
            isSummary: true
            index: 22
          withdrawalPeriod:
            isModifier: false
            short: A species specific time during which consumption of animal product is not appropriate
            mustSupport: false
            array: true
            isSummary: true
            index: 23
            elements:
              tissue:
                isModifier: false
                short: The type of tissue for which the withdrawal period applies, e.g. meat, milk
                mustSupport: false
                binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/animal-tissue-type'}
                isSummary: true
                index: 24
              value: {isModifier: false, short: A value for the time, mustSupport: false, isSummary: true, index: 25}
              supportingInformation: {isModifier: false, short: Extra information about the withdrawal period, mustSupport: false, isSummary: true, index: 26}
            required: [value, tissue]
        required: [code]
    required: [code]
    isSummary: true
  property:
    isModifier: false
    short: Characteristics e.g. a product's onset of action
    mustSupport: false
    array: true
    isSummary: true
    index: 9
    elements:
      type:
        isModifier: false
        short: A code expressing the type of characteristic
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/product-characteristic-codes'}
        isSummary: true
        index: 10
      value:
        isModifier: false
        short: A value for the characteristic
        mustSupport: false
        choices: []
        isSummary: true
        index: 12
      status:
        isModifier: false
        short: The status of characteristic e.g. assigned or pending
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/publication-status|5.0.0'}
        isSummary: true
        index: 13
    required: [type]
  unitOfPresentation:
    isModifier: false
    short: The presentation type in which this item is given to a patient. e.g. for a spray - 'puff'
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/unit-of-presentation'}
    isSummary: true
    index: 4
  producedFrom: {isModifier: false, short: Indicates the specific manufactured items that are part of the 'formOf' product that are used in the preparation of this specific administrable form, mustSupport: false, array: true, isSummary: true, index: 5}
  ingredient:
    isModifier: false
    short: The ingredients of this administrable medicinal product. This is only needed if the ingredients are not specified either using ManufacturedItemDefiniton, or using by incoming references from the Ingredient resource
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/substance-codes'}
    isSummary: true
    index: 6
  administrableDoseForm:
    isModifier: false
    short: The dose form of the final product after necessary reconstitution or processing
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/administrable-dose-form'}
    isSummary: true
    index: 3
  status:
    isModifier: true
    short: draft | active | retired | unknown
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/publication-status|5.0.0'}
    isModifierReason: This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration
    isSummary: true
    index: 1
  identifier: {isModifier: false, short: An identifier for the administrable product, mustSupport: false, array: true, isSummary: true, index: 0}
  device: {isModifier: false, short: 'A device that is integral to the medicinal product, in effect being considered as an \"ingredient\" of the medicinal product', mustSupport: false, isSummary: true, index: 7}
  formOf: {isModifier: false, short: References a product from which one or more of the constituent parts of that product can be prepared and used as described by this administrable product, mustSupport: false, array: true, isSummary: true, index: 2}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [routeOfAdministration, status]