PackagesCanonicalsLogsProblems
    Packages
    il.hdp.fhir.r4@0.1.0
    http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-meta
description: Profile on Meta datatype for HDP with slicing on security
package_name: il.hdp.fhir.r4
derivation: constraint
name: ILHDPMeta
type: Meta
elements:
  security:
    index: 0
    elements:
      system: {index: 1}
      code: {index: 2}
    required: [code, system]
    slicing:
      rules: closed
      description: ILHDP codes only
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        HDP:
          match: {system: 'http://fhir.health.gov.il/cs/il-hdp-information-buckets'}
          schema:
            binding: {strength: required, valueSet: 'http://fhir.health.gov.il/ValueSet/il-hdp-information-buckets'}
            _required: true
            index: 3
            elements:
              system:
                pattern: {type: uri, value: 'http://fhir.health.gov.il/cs/il-hdp-information-buckets'}
                type: uri
                index: 4
package_version: 0.1.0
class: complex-type
kind: complex-type
url: http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-meta
base: http://hl7.org/fhir/StructureDefinition/Meta
version: null
required: [security]