PackagesCanonicalsLogsProblems
    Packages
    ihe.pharm.meow@1.0.0-preview
    https://profiles.ihe.net/PHARM/MEOW/StructureDefinition/ihe-ext-medication-productname
description: Name of the medicinal product. Optionally the type of name (Full official name, prescribing name, invented name) and language of the name can be specified. The extension is a simplified approach of what is used in MedicinalProductDefinition resource.
package_name: ihe.pharm.meow
derivation: constraint
name: MedicationProductName
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        name:
          match: {}
          schema:
            short: Product name
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: Uri, value: name}
                index: 3
              value:
                choices: [valueString]
                index: 5
              valueString: {type: string, choiceOf: value, index: 6}
        nameType:
          match: {}
          schema:
            short: Type of product name (full name, common name, prescription name, etc)
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: Uri, value: nameType}
                index: 9
              value:
                choices: [valueCodeableConcept]
                index: 11
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 12}
        language:
          match: {}
          schema:
            short: Language code of this name. A code with a combination of country and name can be used.
            index: 13
            extensions: {}
            elements:
              extension: {index: 14}
              url:
                pattern: {type: Uri, value: language}
                index: 15
              value:
                choices: [valueCodeableConcept]
                index: 17
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 18}
  url:
    pattern: {type: Uri, value: 'https://profiles.ihe.net/PHARM/MEOW/StructureDefinition/ihe-ext-medication-productname'}
    index: 19
  value:
    choices: []
    index: 21
package_version: 1.0.0-preview
extensions:
  name:
    url: null
    short: Product name
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: Uri, value: name}
        index: 3
      value:
        choices: [valueString]
        index: 5
      valueString: {type: string, choiceOf: value, index: 6}
  nameType:
    url: null
    short: Type of product name (full name, common name, prescription name, etc)
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: Uri, value: nameType}
        index: 9
      value:
        choices: [valueCodeableConcept]
        index: 11
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 12}
  language:
    url: null
    short: Language code of this name. A code with a combination of country and name can be used.
    index: 13
    extensions: {}
    elements:
      extension: {index: 14}
      url:
        pattern: {type: Uri, value: language}
        index: 15
      value:
        choices: [valueCodeableConcept]
        index: 17
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 18}
class: extension
kind: complex-type
url: https://profiles.ihe.net/PHARM/MEOW/StructureDefinition/ihe-ext-medication-productname
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0-preview
required: [extension]