PackagesCanonicalsLogsProblems
    Packages
    swiss.mednet.fhir@0.18.0
    https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance-base
description: MedNet Interface (MNI) - Allergy Intolerance base Profile
package_name: swiss.mednet.fhir
derivation: constraint
name: MNIAllergyIntoleranceBase
type: AllergyIntolerance
elements:
  patient:
    type: Reference
    short: Link to the Patient
    mustSupport: true
    refers: ['https://mednet.swiss/fhir/StructureDefinition/mni-patient']
    index: 17
  category: {mustSupport: true, index: 9}
  criticality: {mustSupport: true, index: 10}
  clinicalStatus:
    mustSupport: true
    index: 3
    elements:
      coding:
        mustSupport: true
        index: 4
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical'}
            mustSupport: true
            index: 5
          code: {short: active | inactive | resolved, mustSupport: true, index: 6}
          display: {short: Active | Inactive | Resolved, mustSupport: true, index: 7}
        required: [system, code]
    required: [coding]
  implicitRules: {mustSupport: false, index: 1}
  type: {mustSupport: true, index: 8}
  id: {short: 'The id is unique within the space of all resources of the same type on the same server It can be any combination of upper- or lower-case ASCII letters ''A''..''Z'', and ''a''..''z'', numerals (''0''..''9''), ''-'' and ''.'' with a length limit of 64 characters. (This might be an integer, an un-prefixed OID, UUID or any other identifier pattern that meets these constraints.)', mustSupport: true, index: 0}
  code:
    mustSupport: true
    index: 11
    elements:
      coding:
        index: 12
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: system, type: value}
          - {path: code, type: value}
          min: null
          slices:
            snomed:
              match: {system: 'http://snomed.info/sct', code: null}
              schema:
                mustSupport: true
                index: 13
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    mustSupport: true
                    index: 14
                  code: {mustSupport: true, index: 15}
                  display: {mustSupport: true, index: 16}
                required: [system, code]
  modifierExtension: {mustSupport: false, index: 2}
package_version: 0.18.0
class: profile
kind: resource
url: https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance-base
base: http://hl7.org/fhir/StructureDefinition/AllergyIntolerance
version: 0.18.0
required: [clinicalStatus, code]