PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r4.id.core@0.1.0
    https://fhir.kemkes.go.id/r4/StructureDefinition/Medication
description: This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.
package_name: hl7.fhir.r4.id.core
derivation: specialization
name: Medication
type: Medication
elements:
  identifier: {type: Identifier, short: Business identifier for this medication, isSummary: true, index: 0}
  code:
    short: Codes that identify this medication
    type: CodeableConcept
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/medication-codes'}
    isSummary: true
    index: 1
  status:
    isModifier: true
    short: active | inactive | entered-in-error
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/medication-status|4.0.1'}
    isModifierReason: This element changes the interpretation of all descriptive attributes.
    isSummary: true
    index: 2
  manufacturer:
    short: Manufacturer of the item
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    type: Reference
    isSummary: true
    index: 3
  form:
    short: powder | tablets | capsule +
    type: CodeableConcept
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/medication-form-codes'}
    index: 4
  amount: {type: Ratio, short: Amount of drug in package, isSummary: true, index: 5}
  ingredient:
    type: BackboneElement
    short: Active or inactive ingredient
    index: 6
    elements:
      item:
        short: The actual ingredient or content
        choices: [itemCodeableConcept, itemReference]
        index: 8
      itemCodeableConcept: {short: The actual ingredient or content, type: CodeableConcept, choiceOf: item, index: 9}
      itemReference:
        short: The actual ingredient or content
        refers: ['http://hl7.org/fhir/StructureDefinition/Medication', 'http://hl7.org/fhir/StructureDefinition/Substance']
        type: Reference
        choiceOf: item
        index: 10
      isActive: {type: boolean, short: Active ingredient indicator, index: 11}
      strength: {type: Ratio, short: Quantity of ingredient present, index: 12}
    required: [itemReference, item, itemCodeableConcept]
  batch:
    type: BackboneElement
    short: Details about packaged medications
    index: 13
    elements:
      lotNumber: {type: string, short: Identifier assigned to batch, index: 14}
      expirationDate: {type: dateTime, short: When batch will expire, index: 15}
package_version: 0.1.0
class: resource
kind: resource
url: https://fhir.kemkes.go.id/r4/StructureDefinition/Medication
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1