PackagesCanonicalsLogsProblems
    Packages
    rs/il.core.fhir.r4@0.13.1
    http://fhir.health.gov.il/StructureDefinition/il-core-medication
description: Israel Core proposed constraints and extensions on the Medication Resource
package_name: rs/il.core.fhir.r4
derivation: constraint
name: ILCoreMedication
type: Medication
elements:
  identifier:
    elements:
      assigner:
        type: Reference
        refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
        index: 0
  code:
    binding: {strength: extensible, valueSet: 'http://fhir.health.gov.il/ValueSet/il-core-medication-code'}
    mustSupport: true
    index: 1
  manufacturer:
    type: Reference
    refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
    index: 2
  form:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/medication-form-codes'}
    index: 3
  ingredient:
    elements:
      item:
        choices: []
        index: 5
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: $this, type: type}
          min: null
          slices:
            itemReference:
              match: {}
              schema:
                choices: [itemReference]
                index: 7
              min: 0
              max: 1
      itemReference:
        type: Reference
        choiceOf: item
        refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-medication', 'http://fhir.health.gov.il/StructureDefinition/il-core-service-substance']
        index: 8
        slicing:
          slices:
            itemReference:
              match: {}
              schema:
                type: Reference
                choiceOf: item
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-medication', 'http://fhir.health.gov.il/StructureDefinition/il-core-service-substance']
                index: 8
              min: 0
              max: 1
package_version: 0.13.1
class: profile
kind: resource
url: http://fhir.health.gov.il/StructureDefinition/il-core-medication
base: http://hl7.org/fhir/StructureDefinition/Medication
version: 0.13.0
required: [code]