PackagesCanonicalsLogsProblems
    Packages
    ndhm.in@5.0.0
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/Medication
description: This profile sets the minimum expectations for the medication resource in order to store various details about a given medicine.
package_name: ndhm.in
derivation: constraint
name: Medication
type: Medication
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      type:
        binding: {strength: extensible, valueSet: 'https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-identifier-type-code'}
        index: 1
        elements:
          coding:
            index: 2
            elements:
              system:
                pattern: {type: Uri, value: 'https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-identifier-type-code'}
                index: 3
              code:
                pattern: {type: Code, value: HSN}
                index: 4
              display:
                pattern: {type: String, value: Harmonized System of Nomenclature}
                index: 5
            required: [display, system, code]
          text: {mustSupport: true, index: 6}
      value: {index: 7}
      assigner:
        type: Reference
        refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization']
        index: 8
    required: [value, type]
  code:
    mustSupport: false
    index: 9
    elements:
      coding:
        index: 10
        elements:
          system: {index: 11}
          code: {index: 12}
          display: {index: 13}
        required: [display, system, code]
      text: {mustSupport: true, index: 14}
  status: {mustSupport: false, index: 15}
  manufacturer:
    type: Reference
    mustSupport: true
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization']
    index: 16
  form: {mustSupport: true, index: 17}
  amount: {mustSupport: false, index: 18}
  ingredient:
    elements:
      item:
        choices: [itemCodeableConcept, itemReference]
        index: 20
      itemCodeableConcept: {type: CodeableConcept, choiceOf: item, index: 21}
      itemReference:
        type: Reference
        choiceOf: item
        refers: ['http://hl7.org/fhir/StructureDefinition/Substance', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Medication']
        index: 22
  batch:
    mustSupport: true
    index: 23
    elements:
      lotNumber: {mustSupport: true, index: 24}
      expirationDate: {mustSupport: true, index: 25}
package_version: 5.0.0
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/Medication
base: http://hl7.org/fhir/StructureDefinition/Medication
version: 5.0.0
required: [code]