submitCharge Mutation
Input
| Argument | Type | Description |
|---|---|---|
input |
ChargeInput! |
Returns
mutation SubmitCharge($input: ChargeInput!) {
submitCharge(input: $input) {
prescriptionKey
indexData {
supplement {
pocketKey
cardboxColor
cardboxColorCaption
}
}
indexDocumentURL
}
}
{
"input": {
"type": "GKV_SLE",
"prescriptionKey": "000001",
"institutionKey": "991234561",
"paymasterKey": "100125458",
"gkv": {
"patient": {
"patientKey": "1249",
"lastname": "Wolfert",
"firstname": "Hagen",
"dateOfBirth": "1990-04-07"
},
"header": {
"actionType": "PHYSIOTHERAPY",
"copaymentKey": "NOT_EXEMPTED",
"accidentKey": "NONE",
"warVictimsKey": "NONE",
"kik": "100125458",
"vsnr": "X123123123",
"status": "1",
"bsnr": "999999999",
"lanr": "999999999",
"date": "2023-05-15"
},
"extension": {
"icd10": [
{
"icd10": "E66.9",
"text": "Adipositas"
}
]
},
"bExtension": {
"diagnosisCategory": "EN1",
"leadSymptoms": [ "A" ],
"prescriptionType": "ORIENTING_QUANTITY",
"therapyFrequency": 2,
"urgent": false,
"profession": "PHYSIOTHERAPY",
"domiciliary": false,
"reportRequested": false
}
},
"total": {
"value": 103.50,
"copayment": -20.38,
"amount": 83.12
},
"items": [
{
"date": "2023-06-01",
"quantity": 0,
"multiplier": 0.0,
"price": 0.00,
"value": 0.00,
"copayment": -10.00,
"amount": -10.00
},
{
"date": "2023-06-01",
"quantity": 1,
"multiplier": 1.0,
"articleCode": "20501",
"text": "Krankengymnastik Einzelbehandlung",
"priceCode": "2200000",
"price": 17.25,
"value": 17.25,
"copayment": -1.73,
"amount": 15.52
},
{
"date": "2023-06-05",
"quantity": 1,
"multiplier": 1.0,
"articleCode": "20501",
"text": "Krankengymnastik Einzelbehandlung",
"priceCode": "2200000",
"price": 17.25,
"value": 17.25,
"copayment": -1.73,
"amount": 15.52
},
{
"date": "2023-06-09",
"quantity": 1,
"multiplier": 1.0,
"articleCode": "20501",
"text": "Krankengymnastik Einzelbehandlung",
"priceCode": "2200000",
"price": 17.25,
"value": 17.25,
"copayment": -1.73,
"amount": 15.52
},
{
"date": "2023-06-12",
"quantity": 1,
"multiplier": 1.0,
"articleCode": "20501",
"text": "Krankengymnastik Einzelbehandlung",
"priceCode": "2200000",
"price": 17.25,
"value": 17.25,
"copayment": -1.73,
"amount": 15.52
},
{
"date": "2023-06-14",
"quantity": 1,
"multiplier": 1.0,
"articleCode": "20501",
"text": "Krankengymnastik Einzelbehandlung",
"priceCode": "2200000",
"price": 17.25,
"value": 17.25,
"copayment": -1.73,
"amount": 15.52
},
{
"date": "2023-06-17",
"quantity": 1,
"multiplier": 1.0,
"articleCode": "20501",
"text": "Krankengymnastik Einzelbehandlung",
"priceCode": "2200000",
"price": 17.25,
"value": 17.25,
"copayment": -1.73,
"amount": 15.52
}
]
}
}
{
"data": {
"submitCharge": {
"prescriptionKey": "000001",
"indexData": {
"supplement": {
"pocketKey": "1",
"cardboxColor": "#000000",
"cardboxColorCaption": "schwarz"
}
},
"indexDocumentURL": ""
}
}
}
Note
Der Request Header muss die folgenden Werte enthalten.
Authorization : Bearer <Your ApiKey>
Content-Type : application/json
{
"mutation": "mutation SubmitCharge($input: ChargeInput!) {\n submitCharge(input: $input) {\n prescriptionKey\n indexData {\n supplement {\n pocketKey\n cardboxColor\n cardboxColorCaption\n }\n }\n indexDocumentURL\n }\n}\n",
"variables": {
"input": {
"type": "GKV_SLE",
"prescriptionKey": "000001",
"institutionKey": "991234561",
"paymasterKey": "100125458",
"gkv": {
"patient": {
"patientKey": "1249",
"lastname": "Wolfert",
"firstname": "Hagen",
"dateOfBirth": "1990-04-07"
},
"header": {
"actionType": "PHYSIOTHERAPY",
"copaymentKey": "NOT_EXEMPTED",
"accidentKey": "NONE",
"warVictimsKey": "NONE",
"kik": "100125458",
"vsnr": "X123123123",
"status": "1",
"bsnr": "999999999",
"lanr": "999999999",
"date": "2023-05-15"
},
"extension": {
"icd10": [
{
"icd10": "E66.9",
"text": "Adipositas"
}
]
},
"bExtension": {
"diagnosisCategory": "EN1",
"leadSymptoms": [
"A"
],
"prescriptionType": "ORIENTING_QUANTITY",
"therapyFrequency": 2,
"urgent": false,
"profession": "PHYSIOTHERAPY",
"domiciliary": false,
"reportRequested": false
}
},
"total": {
"value": 103.50,
"copayment": -20.38,
"amount": 83.12
},
"items": [
{
"date": "2023-06-01",
"quantity": 0,
"multiplier": 0.0,
"price": 0.00,
"value": 0.00,
"copayment": -10.00,
"amount": -10.00
},
{
"date": "2023-06-01",
"quantity": 1,
"multiplier": 1.0,
"articleCode": "20501",
"text": "Krankengymnastik Einzelbehandlung",
"priceCode": "2200000",
"price": 17.25,
"value": 17.25,
"copayment": -1.73,
"amount": 15.52
},
{
"date": "2023-06-05",
"quantity": 1,
"multiplier": 1.0,
"articleCode": "20501",
"text": "Krankengymnastik Einzelbehandlung",
"priceCode": "2200000",
"price": 17.25,
"value": 17.25,
"copayment": -1.73,
"amount": 15.52
},
{
"date": "2023-06-09",
"quantity": 1,
"multiplier": 1.0,
"articleCode": "20501",
"text": "Krankengymnastik Einzelbehandlung",
"priceCode": "2200000",
"price": 17.25,
"value": 17.25,
"copayment": -1.73,
"amount": 15.52
},
{
"date": "2023-06-12",
"quantity": 1,
"multiplier": 1.0,
"articleCode": "20501",
"text": "Krankengymnastik Einzelbehandlung",
"priceCode": "2200000",
"price": 17.25,
"value": 17.25,
"copayment": -1.73,
"amount": 15.52
},
{
"date": "2023-06-14",
"quantity": 1,
"multiplier": 1.0,
"articleCode": "20501",
"text": "Krankengymnastik Einzelbehandlung",
"priceCode": "2200000",
"price": 17.25,
"value": 17.25,
"copayment": -1.73,
"amount": 15.52
},
{
"date": "2023-06-17",
"quantity": 1,
"multiplier": 1.0,
"articleCode": "20501",
"text": "Krankengymnastik Einzelbehandlung",
"priceCode": "2200000",
"price": 17.25,
"value": 17.25,
"copayment": -1.73,
"amount": 15.52
}
]
}
}
}