PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@5.1.0-preview
    http://hl7.org.au/fhir/StructureDefinition/medication-generic-name
description: This extension applies to the Medication, MedicationRequest, MedicationDispense and MedicationStatement resources and is used to represent the generic name of a medication. The generic medication text name may not be the same as the subject medication (prescribed, dispensed or stated) but may be used to provide an additional or equivalent drug name that is a generic medication concept. This extension is not to be the sole representation of the medication concept; it shall not be used as a substitute for medication code (e.g. Medication.code or MedicationStatement.medicationCodeableConcept).\n\nIf a system can only supply generic product information, and only in text form, that information will be supplied in the text portion of that code e.g. code.text or medicationCodeableConcept.text. This extension only supports the name portion of a medication concept, not the generic product or product pack information. It is available for use for where a system needs to separate out the generic name string for handling or other processing.
package_name: hl7.fhir.au.base
derivation: constraint
name: MedicationGenericName
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://hl7.org.au/fhir/StructureDefinition/medication-generic-name'}
    index: 0
  value:
    short: Generic drug name
    choices: [valueString]
    index: 2
  valueString: {type: string, short: Generic drug name, choiceOf: value, index: 3}
package_version: 5.1.0-preview
class: extension
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/medication-generic-name
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.1.0-preview
required: [valueString, value]