PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.kerndatensatz.patho@2027.0.0-ballot.rc2
    https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-active-problems-list
description: Das Profil **MII PR Patho Active Problems** der Ressource [List](http://hl7.org/fhir/R4/list.html) stellt eine Liste der zu dem Untersuchungszeitpunkt vorhandenen Erkrankungen u/o Probleme des/der Patient:in dar, welche die Klinische Fragestellung des Einsenders innerhalb der Supporting Information des Profils [MII PR Patho Service Request](StructureDefinition-mii-pr-patho-service-request.html) abbilden.\n\nDie einzelnen Erkrankungen/Fragestellungen können mithilfe des Profils [MII PR Patho Problem List Item](StructureDefinition-mii-pr-patho-problem-list-item.html) dargestellt werden.
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: 2027.0.0-ballot.rc2
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: 2027.0.0-ballot.rc2
required: [subject, code]