Stream: implementers
Topic: Bundle PUT Vonk
Jakob Lindblad (Jan 31 2019 at 13:49):
Hi,
Not sure if this is the right forum to ask but ill give it a try.
My understanding is that the Vonk server do not support PUT in bundles. I want to add a Provenance resource each time i do a PUT on a resource but the Vonk returns this error: ""Interaction PUT (xxxxmyurlxxxx) in entry is not implemented.""
When can i expect this functionality implemented?
Thanks
René Spronk (Jan 31 2019 at 14:24):
Vonk supports PUT in transaction bundles, I use this extensively. Are you using a transaction bundle? What's the HTTP result code (of your PUT entry) and the exact error message?
Jakob Lindblad (Feb 04 2019 at 11:05):
@René Spronk Thank you for your answer.
I am using a transaction bundle, doing PUT on the first resource and POST on the second(Provenance).
I get a 501 and this back:
"
{
"resourceType": "OperationOutcome",
"id": "2f0894c3-2bda-4600-996d-112a0febb888",
"meta": {
"versionId": "b07a228a-deaa-454e-ae07-5b910d0ff9d9",
"lastUpdated": "2019-02-04T11:03:10.252+00:00"
},
"issue": [
{
"severity": "warning",
"code": "not-supported",
"details": {
"coding": [
{
"system": "http://hl7.org/fhir/dotnet-api-operation-outcome",
"code": "5003"
}
],
"text": "Argument is not supported"
},
"location": [
"/http:"
]
},
{
"severity": "warning",
"code": "not-supported",
"details": {
"coding": [
{
"system": "http://hl7.org/fhir/dotnet-api-operation-outcome",
"code": "5003"
}
],
"text": "Argument is not supported"
},
"location": [
"/ixxx"
]
},
{
"severity": "error",
"code": "not-supported",
"details": {
"coding": [
{
"system": "http://hl7.org/fhir/dotnet-api-operation-outcome",
"code": "5005"
}
],
"text": "Interaction PUT http://xxx/ConceptMap/93ca01a1-99fe-495b-9440-9ab71b1902a0 in entry is not implemented."
}
}
]
}
"
Last updated: Apr 12 2022 at 19:14 UTC