Skip to content

Commit

Permalink
fix response for get task
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Oct 25, 2024
1 parent 0db3328 commit 042e21a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@
]
},
"valueReference": {
"reference": "Bundle/414ca393-dde3-4082-9a3b-3752e629e4aa"
"reference": "414ca393-dde3-4082-9a3b-3752e629e4aa"
}
}
]
}
},
{
"fullUrl": "https://erp.app.ti-dienste.de/Bundle/414ca393-dde3-4082-9a3b-3752e629e4aa",
"fullUrl": "urn:uuid:414ca393-dde3-4082-9a3b-3752e629e4aa",
"resource": {
"resourceType": "Bundle",
"id": "414ca393-dde3-4082-9a3b-3752e629e4aa",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Usage: #example
* link.url = "https://erp.app.ti-dienste.de/Task/160.000.000.000.000.01"
* entry[+].fullUrl = "https://erp.app.ti-dienste.de/Task/160.000.000.000.000.01"
* entry[=].resource = 160.000.000.000.000.01-2
* entry[+].fullUrl = "https://erp.app.ti-dienste.de/Bundle/414ca393-dde3-4082-9a3b-3752e629e4aa"
* entry[+].fullUrl = "urn:uuid:414ca393-dde3-4082-9a3b-3752e629e4aa"
* entry[=].resource = 414ca393-dde3-4082-9a3b-3752e629e4aa

Instance: 160.000.000.000.000.01-2
Expand All @@ -17,6 +17,9 @@ Usage: #inline
* insert GKV_Task(ready)
* insert TaskIdentifierAccessCode
* insert TaskInputReceipt(414ca393-dde3-4082-9a3b-3752e629e4aa)
// TODO: Bug im E-Rezept-Fachdienst
* input[patientReceipt].type = $GEM_ERP_CS_DocumentType#2
* input[patientReceipt].valueReference.reference = "414ca393-dde3-4082-9a3b-3752e629e4aa"

Instance: 414ca393-dde3-4082-9a3b-3752e629e4aa
InstanceOf: KBV_PR_ERP_Bundle
Expand Down

0 comments on commit 042e21a

Please sign in to comment.