PackagesCanonicalsLogsProblems
    Packages
    il.hdp.fhir.r4@0.0.1
    http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-medication
description: Medication profile for HDP
package_name: il.hdp.fhir.r4
derivation: constraint
name: ILHDPMedication
type: Medication
elements:
  meta:
    type: Meta
    index: 0
    elements:
      security:
        index: 1
        slicing:
          slices:
            HDP:
              match: {}
              schema:
                index: 1
                elements:
                  code:
                    pattern: {type: Code, value: medications}
                    index: 2
                  display:
                    pattern: {type: String, value: תרופות}
                    index: 3
  identifier:
    elements:
      assigner:
        type: Reference
        refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization', 'http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-organization']
        index: 4
  manufacturer:
    type: Reference
    refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization', 'http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-organization']
    index: 5
  ingredient:
    elements:
      item:
        choices: [itemReference]
        index: 7
        slicing:
          slices:
            itemReference:
              match: {}
              schema:
                choices: [itemReference]
                index: 7
      itemReference:
        type: Reference
        choiceOf: item
        refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-medication', 'http://fhir.health.gov.il/StructureDefinition/il-core-substance', 'http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-medication']
        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-substance', 'http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-medication']
                index: 8
package_version: 0.0.1
class: profile
kind: resource
url: http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-medication
base: http://fhir.health.gov.il/StructureDefinition/il-core-medication
version: null
required: [meta]