PackagesCanonicalsLogsProblems
    Packages
    swiss.mednet.fhir@0.19.0
    https://mednet.swiss/fhir/StructureDefinition/mni-all-contrastMediaAllergy
description: MedNet Interface (MNI) - Allergy Intolerance to contrast media
package_name: swiss.mednet.fhir
derivation: constraint
name: MNIContrastMediaAllergy
type: AllergyIntolerance
elements:
  clinicalStatus:
    mustSupport: true
    index: 0
    elements:
      coding:
        mustSupport: true
        index: 1
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical'}
            mustSupport: true
            index: 2
          code:
            pattern: {type: Code, value: active}
            mustSupport: true
            index: 3
          display:
            pattern: {type: String, value: Active}
            mustSupport: true
            index: 4
        required: [system, code]
    required: [coding]
  verificationStatus: {mustSupport: false, index: 5}
  type:
    short: 'Fixed Value: allergy'
    pattern: {type: Code, value: allergy}
    mustSupport: true
    index: 6
  category:
    short: 'Fixed Value: medication'
    pattern: {type: Code, value: medication}
    mustSupport: true
    index: 7
  criticality: {index: 8}
  code:
    elements:
      coding:
        index: 9
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: system, type: value}
          - {path: code, type: value}
          min: 1
          max: 1
          slices:
            snomed:
              match: {system: 'http://snomed.info/sct', code: '416098002'}
              schema:
                mustSupport: true
                _required: true
                index: 10
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    mustSupport: true
                    index: 11
                  code:
                    pattern: {type: Code, value: '416098002'}
                    mustSupport: true
                    index: 12
                  display:
                    pattern: {type: String, value: Allergy to contrast media}
                    mustSupport: true
                    index: 13
                required: [system, code]
      text: {index: 14}
    required: [coding]
package_version: 0.19.0
class: profile
kind: resource
url: https://mednet.swiss/fhir/StructureDefinition/mni-all-contrastMediaAllergy
base: https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance-base
version: 0.19.0
required: [clinicalStatus, category]