Package | de.gematik.dipag |
Resource Type | StructureDefinition |
Id | dipag-rechnungsprozedur |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.gematik.dipag@1.0.1&canonical=https://gematik.de/fhir/dipag/StructureDefinition/dipag-rechnungsprozedur |
URL | https://gematik.de/fhir/dipag/StructureDefinition/dipag-rechnungsprozedur |
Version | 1.1.0-rc2 |
Status | active |
Date | 2025-04-07 |
Name | DiPagRechnungsprozedur |
Title | Digitale Patientenrechnung Rechnungsprozedur |
Realm | de |
Type | Procedure |
Kind | resource |
No resources found
StructureDefinition | |
CodingOPS | Coding-Profil für OPS |
dipag-patient | DiPagPatient |
No narrative content found in resource
{ "resourceType": "StructureDefinition", "id": "dipag-rechnungsprozedur", "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-rechnungsprozedur", "version": "1.1.0-rc2", "name": "DiPagRechnungsprozedur", "title": "Digitale Patientenrechnung Rechnungsprozedur", "status": "active", "experimental": false, "date": "2025-04-07", "publisher": "gematik GmbH", "contact": [ { "telecom": [ { "system": "url", "value": "http://gematik.de/" } ] } ], "fhirVersion": "4.0.1", "kind": "resource", "abstract": false, "type": "Procedure", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure", "derivation": "constraint", "differential": { "element": [ { "id": "Procedure.status", "path": "Procedure.status", "short": "Status der Prozedur", "comment": "Der Status der Prozedur MUSS vorhanden sein.", "patternCode": "completed", "mustSupport": true }, { "id": "Procedure.code", "path": "Procedure.code", "mustSupport": true }, { "id": "Procedure.code.coding", "path": "Procedure.code.coding", "slicing": { "discriminator": [ { "type": "pattern", "path": "$this" } ], "rules": "open" }, "mustSupport": true }, { "id": "Procedure.code.coding:OPS", "path": "Procedure.code.coding", "sliceName": "OPS", "short": "Code und Text nach OPS", "comment": "Die Codierung nach OPS SOLL vorhanden sein.", "min": 0, "max": "1", "type": [ { "code": "Coding", "profile": [ "http://fhir.de/StructureDefinition/CodingOPS" ] } ], "patternCoding": { "system": "http://fhir.de/CodeSystem/bfarm/ops" }, "mustSupport": true }, { "id": "Procedure.code.coding:OPS.system", "path": "Procedure.code.coding.system", "short": "System des OPS Code", "comment": "Das System des OPS Code MUSS vorhanden sein.", "mustSupport": true }, { "id": "Procedure.code.coding:OPS.code", "path": "Procedure.code.coding.code", "short": "Code nach OPS", "comment": "Der Code nach OPS SOLL vorhanden sein.", "mustSupport": true }, { "id": "Procedure.code.coding:OPS.display", "path": "Procedure.code.coding.display", "short": "Text zum OPS Code", "comment": "Der Text zum OPS Code SOLL vorhanden sein.", "mustSupport": true }, { "id": "Procedure.subject", "path": "Procedure.subject", "short": "Referenz auf die behandelte Person", "comment": "Die Procedure SOLL auf eine zugehörige behandelte Person referenzieren.", "type": [ { "code": "Reference", "targetProfile": [ "https://gematik.de/fhir/dipag/StructureDefinition/dipag-patient", "http://hl7.org/fhir/StructureDefinition/Patient" ] } ], "mustSupport": true }, { "id": "Procedure.subject.reference", "path": "Procedure.subject.reference", "min": 1, "mustSupport": true }, { "id": "Procedure.performed[x]", "path": "Procedure.performed[x]", "slicing": { "discriminator": [ { "type": "type", "path": "$this" } ], "ordered": false, "rules": "open" }, "short": "OPS Behandlungsdatum oder -zeitraum", "comment": "Entweder das OPS Behandlungsdatum, oder der -zeitraum SOLL vorhanden sein.", "type": [ { "code": "dateTime" }, { "code": "Period" } ], "mustSupport": true }, { "id": "Procedure.performed[x]:performedDateTime", "path": "Procedure.performed[x]", "sliceName": "performedDateTime", "short": "OPS Behandlungsdatum", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ], "mustSupport": true }, { "id": "Procedure.performed[x]:performedPeriod", "path": "Procedure.performed[x]", "sliceName": "performedPeriod", "short": "OPS Behandlungszeitraum", "min": 0, "max": "1", "type": [ { "code": "Period" } ], "mustSupport": true } ] } }