FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/epa-plan-allergy-intolerance-list

Packagede.gematik.dev.epa.medication
Resource TypeStructureDefinition
Idepa-plan-allergy-intolerance-list
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.dev.epa.medication@1.1.0-alpha.6&canonical=https://gematik.de/fhir/epa-medication/StructureDefinition/epa-plan-allergy-intolerance-list
URLhttps://gematik.de/fhir/epa-medication/StructureDefinition/epa-plan-allergy-intolerance-list
Version1.1.0
Statusactive
Date2024-08-14
NameEPAPlanAllergyIntoleranceList
TitleEPA Plan AllergyIntolerance List
DescriptionDieses Profil bildet die Allergien/Unverträglichkeiten für den eMedikationsplan ab.
TypeList
Kindresource

Resources that use this resource

StructureDefinition
epa-plan-compositionEPA Plan Composition

Resources that this resource uses

StructureDefinition
identifier-kvid-10Identifier-Profil für die 10-stellige Krankenversichertennummer
ValueSet
epa-empty-reason-code-vsEPA Empty Reason Code ValueSet
epa-plan-allergy-intolerance-list-code-vsEPA AllergyIntolerance List Code ValueSet

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "epa-plan-allergy-intolerance-list",
  "url": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-plan-allergy-intolerance-list",
  "version": "1.1.0",
  "name": "EPAPlanAllergyIntoleranceList",
  "title": "EPA Plan AllergyIntolerance List",
  "status": "active",
  "experimental": false,
  "date": "2024-08-14",
  "publisher": "mio42 GmbH",
  "description": "Dieses Profil bildet die Allergien/Unverträglichkeiten für den eMedikationsplan ab.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "List",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "List",
        "path": "List",
        "definition": "Dieses Profil bildet die Liste von Allergien/Unverträglichkeiten ab. Diese enthält alle Allergie/Unverträglichkeit-Einträge eines/einer Patient:in."
      },
      {
        "id": "List.meta",
        "path": "List.meta",
        "mustSupport": true
      },
      {
        "id": "List.meta.versionId",
        "path": "List.meta.versionId",
        "mustSupport": true
      },
      {
        "id": "List.meta.lastUpdated",
        "path": "List.meta.lastUpdated",
        "mustSupport": true
      },
      {
        "id": "List.text",
        "path": "List.text",
        "definition": "In diesem Element können die, in der Instanz, enthaltenen Informationen in einer menschenlesbaren Form zusammengefasst werden. Dabei ist zu beachten, dass keine Informationen aufgenommen werden dürfen, die nicht in strukturierter Form an anderer Stelle in der Instanz enthalten sind."
      },
      {
        "id": "List.text.status",
        "path": "List.text.status",
        "fixedCode": "extensions"
      },
      {
        "id": "List.status",
        "path": "List.status",
        "definition": "Hier wird der Status einer Liste von Allergien/Unverträglichkeiten abgebildet. Der Status der Liste ist im MIO Medikation auf \"current/aktuell\" festgesetzt.",
        "patternCode": "current",
        "mustSupport": true
      },
      {
        "id": "List.mode",
        "path": "List.mode",
        "definition": "Hier wird der Modus der Verarbeitung einer Liste von Allergien/Unverträglichkeiten abgebildet. Im Rahmen der Erstellung einer solchen Liste innerhalb des MIO Medikation ist der Modus auf \"Snapshot/Momentaufnahme der Liste\" festgesetzt",
        "patternCode": "snapshot",
        "mustSupport": true
      },
      {
        "id": "List.code",
        "path": "List.code",
        "definition": "Hier wird ein Code für die Art der Liste angegeben. Die Art der Liste im MIO Medikation ist auf \"allergies/ Allergien/Unverträglichkeiten\" festgesetzt.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "List.code.coding",
        "path": "List.code.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://gematik.de/fhir/epa-medication/ValueSet/epa-plan-allergy-intolerance-list-code-vs"
        }
      },
      {
        "id": "List.code.coding.system",
        "path": "List.code.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "List.code.coding.code",
        "path": "List.code.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "List.code.coding.display",
        "path": "List.code.coding.display",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "List.subject",
        "path": "List.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "List.subject.identifier",
        "path": "List.subject.identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-kvid-10"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "List.entry",
        "path": "List.entry",
        "definition": "Hier können Einträge für Allergien oder Unverträglichkeiten referenziert werden.",
        "mustSupport": true
      },
      {
        "id": "List.entry.item",
        "path": "List.entry.item",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://gematik.de/fhir/epa/StructureDefinition/epa-allergy-intolerance"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "List.emptyReason",
        "path": "List.emptyReason",
        "definition": "Hier kann der Grund abgebildet werden, warum eine Allergien/Unverträglichkeiten-Liste keine Einträge enthält. Der Grund ist im MIO Medikation auf \"nilknown/Keine Einträge vorhanden\" festgelegt und kann nur angegeben werden, wenn die Gruppe \"Allergie/Unverträglichkeit-Eintrag\" keine Referenzen enthält.",
        "mustSupport": true
      },
      {
        "id": "List.emptyReason.coding",
        "path": "List.emptyReason.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://gematik.de/fhir/epa-medication/ValueSet/epa-empty-reason-code-vs"
        }
      },
      {
        "id": "List.emptyReason.coding.system",
        "path": "List.emptyReason.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "List.emptyReason.coding.code",
        "path": "List.emptyReason.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "List.emptyReason.coding.display",
        "path": "List.emptyReason.coding.display",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}