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

FHIR IG Statistics: StructureDefinition/erg-rechnungsprozedur

Packagede.gematik.erg
Resource TypeStructureDefinition
Iderg-rechnungsprozedur
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.erg@1.1.0-rc2&canonical=https://gematik.de/fhir/erg/StructureDefinition/erg-rechnungsprozedur
URLhttps://gematik.de/fhir/erg/StructureDefinition/erg-rechnungsprozedur
Version1.1.0-rc2
Statusactive
Date2025-04-07
NameERGRechnungsprozedur
TitleERG Rechnungsprozedur
Realmde
TypeProcedure
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
CodingOPSCoding-Profil für OPS
erg-patientERGPatient

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "erg-rechnungsprozedur",
  "url": "https://gematik.de/fhir/erg/StructureDefinition/erg-rechnungsprozedur",
  "version": "1.1.0-rc2",
  "name": "ERGRechnungsprozedur",
  "title": "ERG 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/erg/StructureDefinition/erg-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
      }
    ]
  }
}