PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@2.2.0-ballot
    http://hl7.org.au/fhir/StructureDefinition/medication-type
description: This extension applies to the Coding data type and and is used to indicate the type of information covered by the code e.g. branded product with no strength or form. This is useful when there are multiple codings from the same coding system at different levels/classifications.
package_name: hl7.fhir.au.base
derivation: constraint
name: MedicationType
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://hl7.org.au/fhir/StructureDefinition/medication-type'}
    index: 0
  valueCoding:
    type: Coding
    binding: {strength: required, valueSet: 'http://terminology.hl7.org.au/ValueSet/medication-type'}
    index: 1
    slicing:
      slices:
        valueCoding:
          match: {}
          schema:
            type: Coding
            binding: {strength: required, valueSet: 'http://terminology.hl7.org.au/ValueSet/medication-type'}
            _required: true
            index: 1
          min: 1
package_version: 2.2.0-ballot
class: extension
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/medication-type
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.2.0
required: [valueCoding]