PackagesCanonicalsLogsProblems
    Packages
    il.hdp.fhir.r4@0.5.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: [system, code]
    slicing:
      rules: open
      description: Distinguishes HDP information buckets, confidentiality classifications, and sensitivity labels.
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        HDP:
          match: {}
          schema:
            short: HDP information bucket
            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'}
                index: 4
        confidentiality:
          match: {}
          schema:
            short: Confidentiality classification
            binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ConfidentialityClassification'}
            index: 5
          min: 0
          max: 1
        sensitivity:
          match: {}
          schema:
            short: Sensitivity label
            binding: {strength: required, valueSet: 'http://fhir.health.gov.il/ValueSet/il-core-sensitivity-labelsILCoreSensitivityLabels'}
            array: true
            index: 6
          min: 0
package_version: 0.5.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: 0.5.0
required: [security]