{ "description": "Dieses Profil ermöglicht die Zusammenführung einzelner MedikationsInformationen eines Patienten in ISiK Szenarien.", "_filename": "StructureDefinition-ISiKMedikationsListe.json", "package_name": "de.gematik.isik-medikation", "date": "2024-05-08", "derivation": "constraint", "publisher": "gematik GmbH", "fhirVersion": "4.0.1", "name": "ISiKMedikationsListe", "abstract": false, "type": "List", "experimental": "false", "resourceType": "StructureDefinition", "title": null, "package_version": "3.0.2", "status": "active", "id": "40db4811-8c78-4117-9a5c-40c7eb202d74", "kind": "resource", "url": "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsListe", "version": "3.0.2", "differential": { "element": [ { "id": "List.id", "path": "List.id", "short": "eindeutige ID der Ressource auf dem Server", "mustSupport": true }, { "id": "List.status", "path": "List.status", "short": "(Aktualitäts-)Status der Liste", "mustSupport": true }, { "id": "List.mode", "path": "List.mode", "short": "Listenmodus", "comment": "Beispiel: eingelesene Medikationspläne werden als snapshot repräsentiert. Kontinuierlich fortgeschriebene Listen, z.B. im Rahmen der hausinternen Behandlung, sind als 'working' codiert.", "mustSupport": true }, { "id": "List.code", "min": 1, "path": "List.code", "short": "Art der Liste.", "comment": "Es ist mindestens ein Coding mit dem Code 'medications' anzugeben. Weitere Codes, z.B. im Kontext anderer Spezifikationen oder Hauscodierungen sind zulässig.", "mustSupport": true }, { "id": "List.code.coding", "min": 1, "path": "List.code.coding", "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "pattern" } ] }, "mustSupport": true }, { "id": "List.code.coding:medications", "max": "1", "min": 1, "path": "List.code.coding", "sliceName": "medications", "mustSupport": true, "patternCoding": { "code": "medications", "system": "http://terminology.hl7.org/CodeSystem/list-example-use-codes" } }, { "id": "List.code.coding:medications.system", "min": 1, "path": "List.code.coding.system", "mustSupport": true }, { "id": "List.code.coding:medications.code", "min": 1, "path": "List.code.coding.code", "mustSupport": true }, { "id": "List.code.coding:medications.display", "path": "List.code.coding.display", "mustSupport": true }, { "id": "List.subject", "min": 1, "path": "List.subject", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] } ], "short": "Referenz auf den Patienten", "mustSupport": true }, { "id": "List.subject.reference", "min": 1, "path": "List.subject.reference", "mustSupport": true }, { "id": "List.encounter", "path": "List.encounter", "short": "Referenz auf den Abteilungskontakt", "mustSupport": true }, { "id": "List.encounter.reference", "min": 1, "path": "List.encounter.reference", "mustSupport": true }, { "id": "List.date", "path": "List.date", "short": "Erstellungsdatum der Liste", "mustSupport": true }, { "id": "List.entry", "path": "List.entry", "short": "Listeneintrag", "mustSupport": true }, { "id": "List.entry.date", "path": "List.entry.date", "short": "Datum des Listeneintrags", "comment": "nur zulässig im Listenmodus 'working'", "mustSupport": true }, { "id": "List.entry.item", "path": "List.entry.item", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/MedicationStatement" ] } ], "short": "Referenz auf die MedikationsInformation", "mustSupport": true }, { "id": "List.entry.item.reference", "min": 1, "path": "List.entry.item.reference", "mustSupport": true } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List" }