FHIR Chat · test.fhir.org returns "Not done yet- call Java" · implementers

Stream: implementers

Topic: test.fhir.org returns "Not done yet- call Java"


view this post on Zulip Simone Heckmann (Jun 13 2018 at 09:51):

http://test.fhir.org/r3/Patient/$validate

responds with

<?xml version="1.0" encoding="UTF-8"?>
<OperationOutcome xmlns="http://hl7.org/fhir">
    <text>
        <status value="generated"/>
        <div xmlns="http://www.w3.org/1999/xhtml">
            <p>Not done yet- call Java</p>
        </div>
    </text>
    <issue>
        <severity value="error"/>
        <details>
            <text value="Not done yet- call Java"/>
        </details>
        <diagnostics value="(0000000002CA4BC6){FHIRServer.exe} [00000000030A5BC6] Unknown function at TMethodImplementationIntercept + $2C03946&#13;&#10;(000000000022EB92){FHIRServer.exe} [000000000062FB92] Unknown function at TMethodImplementationIntercept + $18D912&#13;&#10;(0000000000230A40){FHIRServer.exe} [0000000000631A40] Unknown function at TMethodImplementationIntercept + $18F7C0&#13;&#10;(0000000000048387){FHIRServer.exe} [0000000000449387] Unknown function at __dbk_fcall_wrapper + $2BA97&#13;&#10;(0000000000048C8B){FHIRServer.exe} [0000000000449C8B] Unknown function at __dbk_fcall_wrapper + $2C39B&#13;&#10;(0000000000010F96){FHIRServer.exe} [0000000000411F96]&#13;&#10;(0000000000010FE1){FHIRServer.exe} [0000000000411FE1]&#13;&#10;(0000000002CA4BC6){FHIRServer.exe} [00000000030A5BC6] Unknown function at TMethodImplementationIntercept + $2C03946&#13;&#10;(00000000019CA333){FHIRServer.exe} [0000000001DCB333] Unknown function at TMethodImplementationIntercept + $19290B3&#13;&#10;(0000000002C912AC){FHIRServer.exe} [00000000030922AC] Unknown function at TMethodImplementationIntercept + $2BF002C&#13;&#10;(00000000019C353A){FHIRServer.exe} [0000000001DC453A] Unknown function at TMethodImplementationIntercept + $19222BA&#13;&#10;(0000000002B793B4){FHIRServer.exe} [0000000002F7A3B4] Unknown function at TMethodImplementationIntercept + $2AD8134&#13;&#10;(0000000002B6C1CF){FHIRServer.exe} [0000000002F6D1CF] Unknown function at TMethodImplementationIntercept + $2ACAF4F&#13;&#10;(0000000002B67659){FHIRServer.exe} [0000000002F68659] Unknown function at TMethodImplementationIntercept + $2AC63D9&#13;&#10;(00000000010ECA89){FHIRServer.exe} [00000000014EDA89] Unknown function at TMethodImplementationIntercept + $104B809&#13;&#10;(00000000010EE3E4){FHIRServer.exe} [00000000014EF3E4] Unknown function at TMethodImplementationIntercept + $104D164&#13;&#10;(000000000032A259){FHIRServer.exe} [000000000072B259] Unknown function at TMethodImplementationIntercept + $288FD9&#13;&#10;(000000000032826A){FHIRServer.exe} [000000000072926A] Unknown function at TMethodImplementationIntercept + $286FEA&#13;&#10;(000000000032C21B){FHIRServer.exe} [000000000072D21B] Unknown function at TMethodImplementationIntercept + $28AF9B&#13;&#10;(000000000032B4CB){FHIRServer.exe} [000000000072C4CB] Unknown function at TMethodImplementationIntercept + $28A24B&#13;&#10;(000000000012BDF3){FHIRServer.exe} [000000000052CDF3] Unknown function at TMethodImplementationIntercept + $8AB73&#13;&#10;(0000000000011B8D){FHIRServer.exe} [0000000000412B8D]&#13;&#10;(0000000000007364){KERNEL32.DLL} [00007FFA47B78364] BaseThreadInitThunk + $14&#13;&#10;(00000000000660B1){ntdll.dll   } [00007FFA47EC70B1] RtlUserThreadStart + $21&#13;&#10;"/>
    </issue>
</OperationOutcome>

when sucessfully validating a resource (e.g.)

<?xml version="1.0" encoding="UTF-8"?>
<Patient xmlns="http://hl7.org/fhir">
    <name>
        <family value="Heckmann"/>
        <given value="Simone"/>
    </name>
</Patient>

as soon as a validation error is provoqued, the operation works as expected.

view this post on Zulip Simone Heckmann (Jun 13 2018 at 09:57):

@Grahame Grieve ?

view this post on Zulip Grahame Grieve (Jun 13 2018 at 13:06):

I

view this post on Zulip Grahame Grieve (Jun 13 2018 at 13:06):

I'll investigate


Last updated: Apr 12 2022 at 19:14 UTC