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

FHIR IG Statistics: StructureDefinition/chargeItem-de-art-abrechnung

Packagede.transfer-abrechnungsdaten.r4
Resource TypeStructureDefinition
IdchargeItem-de-art-abrechnung
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.transfer-abrechnungsdaten.r4@1.1.2&canonical=http://fhir.de/StructureDefinition/chargeItem-de-art-abrechnung
URLhttp://fhir.de/StructureDefinition/chargeItem-de-art-abrechnung
Version1.0.0
Statusdraft
Date2021-03-21T16:04:23.5298484+00:00
NameChargeItemDeArtAbrechnungsposition
TitleDetails zur Abrechnungsposition
DescriptionGenerisches Profil zur Abbildung von Abrechnungseinzelpositionen in der ambualnten Versorgung
TypeChargeItem
Kindresource

Resources that use this resource

StructureDefinition
AbrechnungsbundleAbrechnungsbundle
invoice-de-art-abrechnungAbrechnung

Resources that this resource uses

StructureDefinition
KBV_PR_Base_OrganizationKBV_PR_Base_Organization
KBV_PR_Base_PatientKBV_PR_Base_Patient
KBV_PR_Base_PractitionerKBV_PR_Base_Practitioner

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "chargeItem-de-art-abrechnung",
  "meta": {
    "lastUpdated": "2021-03-21T16:06:12.602+00:00"
  },
  "url": "http://fhir.de/StructureDefinition/chargeItem-de-art-abrechnung",
  "version": "1.0.0",
  "name": "ChargeItemDeArtAbrechnungsposition",
  "title": "Details zur Abrechnungsposition",
  "status": "draft",
  "date": "2021-03-21T16:04:23.5298484+00:00",
  "publisher": "vital.services GmbH",
  "contact": [
    {
      "name": "Florian Meißner",
      "telecom": [
        {
          "system": "url",
          "value": "https://vital-services.de",
          "use": "work"
        },
        {
          "system": "email",
          "value": "info@vital-services.de",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Generisches Profil zur Abbildung von Abrechnungseinzelpositionen in der ambualnten Versorgung",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "ChargeItem",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ChargeItem",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ChargeItem.identifier.value",
        "path": "ChargeItem.identifier.value",
        "mustSupport": true
      },
      {
        "id": "ChargeItem.code.coding",
        "path": "ChargeItem.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "description": "EBM\r\nGOAE\r\nOPS\r\nDRG",
          "rules": "closed"
        }
      },
      {
        "id": "ChargeItem.code.coding:ebm",
        "path": "ChargeItem.code.coding",
        "sliceName": "ebm",
        "max": "1"
      },
      {
        "id": "ChargeItem.code.coding:ebm.system",
        "path": "ChargeItem.code.coding.system",
        "fixedUri": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_EBM"
      },
      {
        "id": "ChargeItem.code.coding:ebm.code",
        "path": "ChargeItem.code.coding.code",
        "constraint": [
          {
            "key": "chrg-1",
            "severity": "warning",
            "human": "EBM-Ziffern müssen dem Schema '[0-9]{5}[A-Z]{0,1}' entsprechen",
            "expression": "coding.code.matches('[0-9]{5}[A-Z]{0,1}')",
            "source": "http://fhir.de/StructureDefinition/chargeItem-de-art-abrechnung"
          }
        ]
      },
      {
        "id": "ChargeItem.code.coding:goae",
        "path": "ChargeItem.code.coding",
        "sliceName": "goae",
        "max": "1"
      },
      {
        "id": "ChargeItem.code.coding:goae.system",
        "path": "ChargeItem.code.coding.system",
        "fixedUri": "https://fhir.kbv.de/NamingSystem/KBV_NS_AW_GOAE"
      },
      {
        "id": "ChargeItem.code.coding:ops",
        "path": "ChargeItem.code.coding",
        "sliceName": "ops",
        "max": "1"
      },
      {
        "id": "ChargeItem.code.coding:ops.system",
        "path": "ChargeItem.code.coding.system",
        "fixedUri": "http://fhir.de/StructureDefinition/CodingOPS"
      },
      {
        "id": "ChargeItem.code.coding:sachkosten",
        "path": "ChargeItem.code.coding",
        "sliceName": "sachkosten",
        "max": "1"
      },
      {
        "id": "ChargeItem.code.coding:sachkosten.system",
        "path": "ChargeItem.code.coding.system",
        "fixedUri": "http://fhir.de/StructureDefinition/ART-Sachkostenverzeichnis"
      },
      {
        "id": "ChargeItem.code.coding:DRG",
        "path": "ChargeItem.code.coding",
        "sliceName": "DRG",
        "max": "1"
      },
      {
        "id": "ChargeItem.code.coding:DRG.system",
        "path": "ChargeItem.code.coding.system",
        "fixedUri": "https://www.g-drg.de/aG-DRG-System_2020/Fallpauschalen-Katalog/"
      },
      {
        "id": "ChargeItem.subject",
        "path": "ChargeItem.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "ChargeItem.occurrence[x]",
        "path": "ChargeItem.occurrence[x]",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "ChargeItem.performer.actor",
        "path": "ChargeItem.performer.actor",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "ChargeItem.performingOrganization",
        "path": "ChargeItem.performingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "ChargeItem.requestingOrganization",
        "path": "ChargeItem.requestingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization"
            ]
          }
        ]
      },
      {
        "id": "ChargeItem.requestingOrganization.identifier.assigner",
        "path": "ChargeItem.requestingOrganization.identifier.assigner",
        "short": "Zuweisender Arzt",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "ChargeItem.quantity",
        "path": "ChargeItem.quantity",
        "min": 1
      },
      {
        "id": "ChargeItem.quantity.value",
        "path": "ChargeItem.quantity.value",
        "min": 1
      },
      {
        "id": "ChargeItem.reason.coding",
        "path": "ChargeItem.reason.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "description": "ICD-10-GM\r\nalpha-id\r\nsnomed-ct\r\norphanet",
          "rules": "closed"
        }
      },
      {
        "id": "ChargeItem.reason.coding:ICD-10-GM",
        "path": "ChargeItem.reason.coding",
        "sliceName": "ICD-10-GM"
      },
      {
        "id": "ChargeItem.reason.coding:ICD-10-GM.system",
        "path": "ChargeItem.reason.coding.system",
        "fixedUri": "http://fhir.de/StructureDefinition/CodingICD10GM"
      },
      {
        "id": "ChargeItem.reason.coding:alpha-id",
        "path": "ChargeItem.reason.coding",
        "sliceName": "alpha-id"
      },
      {
        "id": "ChargeItem.reason.coding:alpha-id.system",
        "path": "ChargeItem.reason.coding.system",
        "fixedUri": "http://fhir.de/CodeSystem/dimdi/alpha-id"
      },
      {
        "id": "ChargeItem.reason.coding:snomed-ct",
        "path": "ChargeItem.reason.coding",
        "sliceName": "snomed-ct"
      },
      {
        "id": "ChargeItem.reason.coding:snomed-ct.system",
        "path": "ChargeItem.reason.coding.system",
        "fixedUri": "https://fhir.kbv.de/ValueSet/KBV_VS_Base_Diagnose_Snomed_CT"
      },
      {
        "id": "ChargeItem.reason.coding:orphanet",
        "path": "ChargeItem.reason.coding",
        "sliceName": "orphanet",
        "fixedCoding": {
          "system": "https://www.orpha.net/"
        }
      },
      {
        "id": "ChargeItem.reason.coding:orphanet.system",
        "path": "ChargeItem.reason.coding.system",
        "fixedUri": "https://www.orpha.net/"
      }
    ]
  }
}