Stream: FHIR HL7 test servers
Topic: test.fhir.org
Dr. Ivan S. Zapreev (Sep 11 2020 at 14:23):
When executing the HL7 Connectathon 25 Patient Track scenarios on the test test.fhir.org server I've stumbled upon an interesting issue:
Steps to execute (all for the same patient created in the first step):
- Create a new patient - OK
- Update the patient - OK
- Get patient History - OK
- Delete the patient - OK
- Get patient history - ERROR
- Update patient - OK
- Get patient history - ERROR
The error I am getting looks like:
OperationOutcome
Access violation at address 0000000003A2E2A0 in module 'FHIRServer.exe'. Read of address 0000000000000068
{
"resourceType" : "OperationOutcome",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Access violation at address 0000000003A2E2A0 in module 'FHIRServer.exe'. Read of address 0000000000000068</p></div>"
},
"issue" : [
{
"severity" : "error",
"details" : {
"text" : "Access violation at address 0000000003A2E2A0 in module 'FHIRServer.exe'. Read of address 0000000000000068"
},
"diagnostics" : "(000000000362D2A0){FHIRServer.exe} [0000000003A2E2A0] Unknown function at TMethodImplementationIntercept + $3585C30\r\n(0000000005AE1BAC){FHIRServer.exe} [0000000005EE2BAC] Unknown function at TMethodImplementationIntercept + $5A3A53C\r\n(0000000005AE3B21){FHIRServer.exe} [0000000005EE4B21] Unknown function at TMethodImplementationIntercept + $5A3C4B1\r\n(000000000004B717){FHIRServer.exe} [000000000044C717] Unknown function at __dbk_fcall_wrapper + $2E157\r\n(000000000004BF9B){FHIRServer.exe} [000000000044CF9B] Unknown function at __dbk_fcall_wrapper + $2E9DB\r\n(0000000005AD3679){FHIRServer.exe} [0000000005ED4679] Unknown function at TMethodImplementationIntercept + $5A2C009\r\n(0000000005AD3951){FHIRServer.exe} [0000000005ED4951] Unknown function at TMethodImplementationIntercept + $5A2C2E1\r\n(0000000000010D4E){FHIRServer.exe} [0000000000411D4E]\r\n(00000000000A949D){ntdll.dll } [00007FF9EC3CA49D] Unknown function at __chkstk + $11D\r\n(000000000003ED43){ntdll.dll } [00007FF9EC35FD43] Unknown function at RtlImageNtHeaderEx + $483\r\n(00000000000A860A){ntdll.dll } [00007FF9EC3C960A] KiUserExceptionDispatcher + $3A\r\n(000000000362D2A0){FHIRServer.exe} [0000000003A2E2A0] Unknown function at TMethodImplementationIntercept + $3585C30\r\n(0000000000BA831A){FHIRServer.exe} [0000000000FA931A] Unknown function at TMethodImplementationIntercept + $B00CAA\r\n(0000000000BA4DE3){FHIRServer.exe} [0000000000FA5DE3] Unknown function at TMethodImplementationIntercept + $AFD773\r\n(00000000058E01B3){FHIRServer.exe} [0000000005CE11B3] Unknown function at TMethodImplementationIntercept + $5838B43\r\n(00000000058D7066){FHIRServer.exe} [0000000005CD8066] Unknown function at TMethodImplementationIntercept + $582F9F6\r\n(00000000058D2F0A){FHIRServer.exe} [0000000005CD3F0A] Unknown function at TMethodImplementationIntercept + $582B89A\r\n(00000000058F6F39){FHIRServer.exe} [0000000005CF7F39] Unknown function at TMethodImplementationIntercept + $584F8C9\r\n(00000000006EDAE9){FHIRServer.exe} [0000000000AEEAE9] Unknown function at TMethodImplementationIntercept + $646479\r\n(00000000006EF46A){FHIRServer.exe} [0000000000AF046A] Unknown function at TMethodImplementationIntercept + $647DFA\r\n(0000000000456C99){FHIRServer.exe} [0000000000857C99] Unknown function at TMethodImplementationIntercept + $3AF629\r\n(0000000000454CAA){FHIRServer.exe} [0000000000855CAA] Unknown function at TMethodImplementationIntercept + $3AD63A\r\n(000000000045994B){FHIRServer.exe} [000000000085A94B] Unknown function at TMethodImplementationIntercept + $3B22DB\r\n(0000000000458AEB){FHIRServer.exe} [0000000000859AEB] Unknown function at TMethodImplementationIntercept + $3B147B\r\n(0000000000139683){FHIRServer.exe} [000000000053A683] Unknown function at TMethodImplementationIntercept + $92013\r\n(000000000001219D){FHIRServer.exe} [000000000041319D]\r\n(00000000000074D4){KERNEL32.DLL} [00007FF9EBF584D4] BaseThreadInitThunk + $14\r\n(000000000006D871){ntdll.dll } [00007FF9EC38E871] RtlUserThreadStart + $21\r\n"
}
]
}
Dr. Ivan S. Zapreev (Sep 11 2020 at 15:06):
Another issue seems to be present as well. According to the http://test.fhir.org/r4/metadata capability statement the $everything (http://hl7.org/fhir/OperationDefinition/Patient-everything) seems to be available. However, performing a simple GET http://test.fhir.org/r4/Patient/180254/$everything via Postman makes the request to hand without any response...
Dr. Ivan S. Zapreev (Sep 11 2020 at 15:37):
Was trying to understand if I was doing anything wrong with the $everything and tried to use POST instead of GET ... the effect seems to be the same. The request is hanging ...
Chidamber Kumar (Oct 19 2021 at 13:05):
(deleted)
Rick O'Neill (Jan 12 2022 at 19:53):
I'm using postman to try and create a new patient on Grahame Grieve's server. I have two questions I was hoping somebody could answer.
- If I add "as" to the url it says the SSL certificate has expired, so are we meant to use HTTP?
- here is what I have in the "put" field: http://test.fhir.org/r4/patient/999888777
When I click send it says 404 not found.
Does that just mean the server is down? Can somebody confirm if my simple post is formatted properly?
thank you.
Rick O'Neill (Jan 12 2022 at 19:54):
for #1 I mean to say if I add "s" to make it https, instead of just http
Last updated: Apr 12 2022 at 19:14 UTC