FHIR IG Statistics: StructureDefinition/MaChargeItemEbm
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "MaChargeItemEbm",
"url": "http://ma-ambulant.de/StructureDefinition/MaChargeItemEbm",
"name": "MaChargeItemEbm",
"title": "EBM-Ziffer",
"status": "draft",
"description": "Profil für die Abbildung einer EBM-Ziffer (Einheitlicher Bewertungsmaßstab) als Abrechnungsposition. Es erweitert das Profil [ChargeItemEBM](https://simplifier.net/basisprofil-de-r4/chargeitemebm)",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "ChargeItem",
"baseDefinition": "http://fhir.de/StructureDefinition/chargeitem-de-ebm",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "ChargeItem.status",
"path": "ChargeItem.status",
"short": "Abrechnungsstatus",
"mustSupport": true
},
{
"id": "ChargeItem.code",
"path": "ChargeItem.code",
"mustSupport": true
},
{
"id": "ChargeItem.code.coding",
"path": "ChargeItem.code.coding",
"mustSupport": true
},
{
"id": "ChargeItem.code.coding:ebm",
"path": "ChargeItem.code.coding",
"sliceName": "ebm",
"short": "fünfstellige EBM-Ziffer",
"comment": "Der Einheitliche Bewertungsmaßstab (EBM) ist die verbindliche Abrechnungsgrundlage für Vertragsärztinnen und Vertragsärzte sowie Vertragspsychotherapeutinnen und Vertragspsychotherapeuten. Darin sind alle Leistungen jeweils mit einer Gebührenordnungsposition aufgeführt, die für gesetzlich Krankenversicherte abgerechnet werden können.",
"mustSupport": true
},
{
"id": "ChargeItem.code.coding:ebm.system",
"path": "ChargeItem.code.coding.system",
"mustSupport": true
},
{
"id": "ChargeItem.code.coding:ebm.code",
"path": "ChargeItem.code.coding.code",
"mustSupport": true
},
{
"id": "ChargeItem.subject",
"path": "ChargeItem.subject",
"short": "Patientenbezug",
"mustSupport": true
},
{
"id": "ChargeItem.occurrence[x]",
"path": "ChargeItem.occurrence[x]",
"short": "Zeitpunkt der Leistungserbringung",
"mustSupport": true
},
{
"id": "ChargeItem.quantity",
"path": "ChargeItem.quantity",
"short": "Anzahl der Leistungen",
"mustSupport": true
},
{
"id": "ChargeItem.quantity.value",
"path": "ChargeItem.quantity.value",
"mustSupport": true
},
{
"id": "ChargeItem.reason",
"path": "ChargeItem.reason",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "$this"
}
],
"rules": "open"
},
"short": "EBM-Zusatzangabe",
"mustSupport": true
},
{
"id": "ChargeItem.reason:EbmZusatzangabe",
"path": "ChargeItem.reason",
"sliceName": "EbmZusatzangabe",
"short": "EBM-Zusatzangabe als Kombination aus Code und Freitext",
"min": 0,
"max": "*",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_EBM_ZUSATZANGABE"
}
},
{
"id": "ChargeItem.reason:EbmZusatzangabe.extension",
"path": "ChargeItem.reason.extension",
"min": 1
},
{
"id": "ChargeItem.reason:EbmZusatzangabe.extension:EbmZusatzangabeText",
"path": "ChargeItem.reason.extension",
"sliceName": "EbmZusatzangabeText",
"short": "Freitext der Zusatzangabe",
"min": 1,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://ma-ambulant.de/StructureDefinition/ExtensionEbmZusatzangabeText"
]
}
],
"mustSupport": true
},
{
"id": "ChargeItem.reason:EbmZusatzangabe.coding",
"path": "ChargeItem.reason.coding",
"short": "Art der Zusatzangabe"
},
{
"id": "ChargeItem.reason:EbmZusatzangabe.coding.system",
"path": "ChargeItem.reason.coding.system",
"patternUri": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_EBM_ZUSATZANGABE"
},
{
"id": "ChargeItem.account",
"path": "ChargeItem.account",
"short": "Zuordnung zum Schein",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Account",
"http://ma-ambulant.de/StructureDefinition/MaAccountSchein"
]
}
],
"mustSupport": true
}
]
}
}