FHIR IG Statistics: StructureDefinition/InterneLeistungen
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "InterneLeistungen",
"url": "https://tiplu.de/fhir/StructureDefinition/InterneLeistungen",
"version": "TODO",
"name": "InterneLeistungen",
"title": "ChargeItem für interne Leistungen",
"status": "active",
"date": "2025-05-01",
"publisher": "Tiplu GmbH",
"contact": [
{
"name": "Tiplu GmbH",
"telecom": [
{
"system": "email",
"value": "fhir@tiplu.de"
}
]
}
],
"description": "Leistungen des Krankenhauses, die nicht über den Einheitlichen Bewertungsmaßstab (EBM) abgerechnet werden.",
"copyright": "Tiplu GmbH",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "ChargeItem",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/ChargeItem",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "ChargeItem.code",
"path": "ChargeItem.code",
"mustSupport": true
},
{
"id": "ChargeItem.code.coding",
"path": "ChargeItem.code.coding",
"binding": {
"strength": "example",
"valueSet": "https://tiplu.de/fhir/ValueSet/Leistungsbezeichnung"
}
},
{
"id": "ChargeItem.context",
"path": "ChargeItem.context",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://tiplu.de/fhir/StructureDefinition/AmbulanterBesuch",
"http://hl7.org/fhir/StructureDefinition/Encounter"
]
}
],
"mustSupport": true
},
{
"id": "ChargeItem.occurrence[x]",
"path": "ChargeItem.occurrence[x]",
"mustSupport": true
},
{
"id": "ChargeItem.quantity",
"path": "ChargeItem.quantity",
"mustSupport": true
},
{
"id": "ChargeItem.account",
"path": "ChargeItem.account",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://tiplu.de/fhir/StructureDefinition/AmbulanterSchein",
"http://hl7.org/fhir/StructureDefinition/Account"
]
}
],
"mustSupport": true
}
]
}
}