PackagesCanonicalsLogsProblems
    Packages
    swiss.mednet.fhir@0.18.0
    https://mednet.swiss/fhir/StructureDefinition/mni-condition-base
description: MedNet Interface (MNI) - Condition base Profile
package_name: swiss.mednet.fhir
derivation: constraint
name: MNIConditionBase
type: Condition
elements:
  category:
    short: primary-diagnosis | secondary-diagnosis
    binding: {strength: required, valueSet: 'https://mednet.swiss/fhir/ValueSet/mni-condition-category'}
    mustSupport: true
    index: 12
    elements:
      coding:
        mustSupport: true
        index: 13
        elements:
          system:
            pattern: {type: Uri, value: 'http://fhir.ch/ig/ch-etoc/CodeSystem/ch-etoc-conditioncategory'}
            mustSupport: true
            index: 14
          code: {short: primary-diagnosis (Primary Diagnosis) | secondary-diagnosis (Secondary Diagnosis), mustSupport: true, index: 15}
          display: {short: Primary Diagnosis | Secondary Diagnosis, mustSupport: true, index: 16}
        required: [system, code]
    required: [coding]
  clinicalStatus:
    mustSupport: true
    index: 3
    elements:
      coding:
        mustSupport: true
        index: 4
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/condition-clinical'}
            mustSupport: true
            index: 5
          code: {short: active | recurrence | relapse | inactive | remission | resolved, mustSupport: true, index: 6}
          display: {short: Active | Recurrence | Relapse | Inactive | Remission | Resolved, mustSupport: true, index: 7}
        required: [system, code]
    required: [coding]
  implicitRules: {mustSupport: false, index: 1}
  recordedDate: {mustSupport: true, index: 42}
  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}
  severity:
    mustSupport: true
    index: 17
    elements:
      coding:
        mustSupport: true
        index: 18
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            mustSupport: true
            index: 19
          code: {short: 24484000 (Severe) | 6736007 (Moderate severity) | 255604002 (Mild), mustSupport: true, index: 20}
          display: {short: Severe | Moderate severity | Mild, mustSupport: true, index: 21}
        required: [system, code]
    required: [coding]
  code:
    mustSupport: true
    index: 22
    elements:
      coding:
        index: 23
        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: 24
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    mustSupport: true
                    index: 25
                  code: {mustSupport: true, index: 26}
                  display: {mustSupport: true, index: 27}
                required: [system, code]
            ICD10:
              match: {system: 'http://fhir.de/CodeSystem/dimdi/icd-10-gm', code: null}
              schema:
                mustSupport: true
                index: 28
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://fhir.de/CodeSystem/dimdi/icd-10-gm'}
                    mustSupport: true
                    index: 29
                  code: {mustSupport: true, index: 30}
                  display: {mustSupport: true, index: 31}
                required: [system, code]
            ICPC2:
              match: {system: 'urn:oid:2.16.840.1.113883.6.139', code: null}
              schema:
                mustSupport: true
                index: 32
                elements:
                  system:
                    pattern: {type: Uri, value: 'urn:oid:2.16.840.1.113883.6.139'}
                    mustSupport: true
                    index: 33
                  code: {mustSupport: true, index: 34}
                  display: {mustSupport: true, index: 35}
                required: [system, code]
  bodySite:
    mustSupport: true
    index: 36
    elements:
      coding:
        mustSupport: true
        index: 37
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            mustSupport: true
            index: 38
          code: {short: 'see http://hl7.org/fhir/R4/valueset-body-site.html', mustSupport: true, index: 39}
          display: {short: 'see http://hl7.org/fhir/R4/valueset-body-site.html', mustSupport: true, index: 40}
        required: [system, code]
    required: [coding]
  verificationStatus:
    short: confirmed | unconfirmed
    binding: {strength: required, valueSet: 'https://mednet.swiss/fhir/ValueSet/mni-condition-ver-status'}
    mustSupport: true
    index: 8
    elements:
      coding:
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/condition-ver-status'}
            mustSupport: true
            index: 9
          code: {short: confirmed (Confirmed) | unconfirmed (Unconfirmed), mustSupport: true, index: 10}
          display: {short: Confirmed | Unconfirmed, mustSupport: true, index: 11}
        required: [system, code]
  subject:
    type: Reference
    short: Link to the Patient
    mustSupport: true
    refers: ['https://mednet.swiss/fhir/StructureDefinition/mni-patient']
    index: 41
  modifierExtension: {mustSupport: false, index: 2}
package_version: 0.18.0
class: profile
kind: resource
url: https://mednet.swiss/fhir/StructureDefinition/mni-condition-base
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 0.18.0
required: [code]