PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.kerndatensatz.patho@2025.0.0-alpha2
    https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-active-problems-list
description: List of conditions currently being monitored for the patient
package_name: de.medizininformatikinitiative.kerndatensatz.patho
derivation: constraint
name: MII_PR_Patho_Active_Problems_List
type: List
elements:
  meta:
    elements:
      profile: {mustSupport: true, index: 0}
  status: {mustSupport: true, index: 1}
  mode:
    pattern: {type: Code, value: snapshot}
    mustSupport: true
    index: 2
  code:
    mustSupport: true
    index: 3
    elements:
      coding:
        mustSupport: true
        pattern:
          type: Coding
          value: {code: 11450-4, system: 'http://loinc.org'}
        index: 4
        elements:
          system: {index: 5}
          code: {index: 6}
        required: [system, code]
    required: [coding]
  subject: {mustSupport: true, index: 7}
  entry:
    mustSupport: true
    index: 8
    elements:
      item:
        type: Reference
        refers: ['https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-problem-list-item']
        index: 9
package_version: 2025.0.0-alpha2
class: profile
kind: resource
url: https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-active-problems-list
base: http://hl7.org/fhir/StructureDefinition/List
version: 2025.0.0
required: [subject, code]