{
"description": null,
"_filename": "Profile-chargeitem-ebm.json",
"package_name": "de.basisprofil.r4",
"date": "2020-05-14",
"derivation": "constraint",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"fhirVersion": "4.0.1",
"name": "ChargeItemEBM",
"abstract": false,
"copyright": "HL7 Deutschland e.V.",
"type": "ChargeItem",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "ChargeItem für EBM-Ziffer als Abrechnungsposition",
"package_version": "1.2.0-alpha2",
"status": "active",
"id": "322c4f1a-3162-4733-8130-62a829323d50",
"kind": "resource",
"url": "http://fhir.de/StructureDefinition/chargeitem-de-ebm",
"version": "1.0.0",
"differential": {
"element": [ {
"id": "ChargeItem.code",
"path": "ChargeItem.code",
"constraint": [ {
"key": "chrg-1",
"human": "EBM-Ziffern müssen dem Schema '[0-9]{5}[A-Z]{0,1}' entsprechen",
"source": "http://fhir.de/StructureDefinition/chargeitem-de-ebm",
"severity": "warning",
"expression": "coding.code.matches('[0-9]{5}[A-Z]{0,1}')"
} ]
}, {
"id": "ChargeItem.code.coding",
"min": 1,
"path": "ChargeItem.code.coding",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "$this",
"type": "pattern"
} ]
}
}, {
"id": "ChargeItem.code.coding:ebm",
"max": "1",
"min": 1,
"path": "ChargeItem.code.coding",
"sliceName": "ebm",
"patternCoding": {
"system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_EBM"
}
}, {
"id": "ChargeItem.code.coding:ebm.system",
"min": 1,
"path": "ChargeItem.code.coding.system"
}, {
"id": "ChargeItem.code.coding:ebm.code",
"min": 1,
"path": "ChargeItem.code.coding.code"
}, {
"id": "ChargeItem.occurrence[x]",
"path": "ChargeItem.occurrence[x]",
"type": [ {
"code": "dateTime"
} ]
}, {
"id": "ChargeItem.quantity",
"min": 1,
"path": "ChargeItem.quantity"
}, {
"id": "ChargeItem.quantity.value",
"min": 1,
"path": "ChargeItem.quantity.value"
} ]
},
"contact": [ {
"telecom": [ {
"value": "http://hl7.de/technische-komitees/fhir/",
"system": "url"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/ChargeItem"
}