FHIR Chat · DXC FHIR server · connectathon mgmt

Stream: connectathon mgmt

Topic: DXC FHIR server


view this post on Zulip Mitchell Wheeler (Feb 02 2020 at 22:12):

DXC FHIR server URL :

http://ohcconnect.myhealthpoc.com:9093/org1

view this post on Zulip Lisa Nelson (Feb 02 2020 at 22:29):

Hi there. Can you create some synthetic data for Lisa Nelson DOB 8/28/1862 gender female. 291 Spring St New Shoreham, RI 02807

view this post on Zulip Brian Postlethwaite (Feb 02 2020 at 23:53):

I take it this server only handles JSON... (not that this is a problem)

view this post on Zulip Matt Cordell (Feb 03 2020 at 01:16):

(deleted)

view this post on Zulip Matt Cordell (Feb 03 2020 at 01:19):

I've written a (really basic) client app yesterday, which seemed to be working against most of the other servers I've hit.
But I'm getting an error "" when trying to Create a Patient resource on this server? The value of the date string in the header is invalid.
I don't explicitly assign any dates in my code, and suspecting the issue is dotnet specific?

view this post on Zulip Brian Postlethwaite (Feb 03 2020 at 01:23):

@Matt Cordell can you grab me to take a look?
I'm one of the fhir dotnet client contributors.

view this post on Zulip Matt Cordell (Feb 03 2020 at 03:29):

As discussed, the line of code throwing this message is simply a
client.Create<Patient>(patient);
the resource being posted is just a Patient, with a First and Last name.
Message is
System.Net.ProtocolViolationException HResult=0x80131509 Message=The value of the date string in the header is invalid. Source=Hl7.Fhir.R4.Core StackTrace: at Hl7.Fhir.Rest.TaskExtensions.WaitResult[T](Task1 task)
at Hl7.Fhir.Rest.BaseFhirClient.CreateTResource
at FHIRPopulator.Program.Main(String[] args) in C:\Users\Matthew.Cordell\Source\Repos\DataGenerator\FHIRPopulator\Program.cs:line 51
`

view this post on Zulip Michael Lawley (Feb 03 2020 at 05:29):

Not getting any joy with searches like http://ohcconnect.myhealthpoc.com:9093/org1/Condition?patient.name=john&_count=10

view this post on Zulip Michael Lawley (Feb 03 2020 at 05:33):

Ah, I now see there are no Conditions in that server and only one Observation

view this post on Zulip Michael Lawley (Feb 03 2020 at 05:45):

http://ohcconnect.myhealthpoc.com:9094/org1/Observation?_count=0
http://ohcconnect.myhealthpoc.com:9094/org1/Observation?_summary=count

view this post on Zulip Marcus Shirrefs (Feb 07 2020 at 04:57):

Not getting any joy with searches like http://ohcconnect.myhealthpoc.com:9093/org1/Condition?patient.name=john&_count=10

We tried to get Synthia running to populate it with a broad range of resource types and wanted to try and 'regionalise' Synthia to produce some Australian specific data, but didn't get it sorted during the connectathon unfortunately. You should be able to post new resources you could then get back again if you're still keen to test.

view this post on Zulip Marcus Shirrefs (Feb 07 2020 at 05:32):

@Matt Cordell How'd you go with your dotnet Patient creation against our DXC server? Wondering if we have anything wrong at our end we might need to address.

view this post on Zulip Marcus Shirrefs (Feb 07 2020 at 05:54):

Hi there. Can you create some synthetic data for Lisa Nelson DOB 8/28/1862 gender female. 291 Spring St New Shoreham, RI 02807

Patient/75dcd386-00d4-4479-ada9-fd8fb8673ede

view this post on Zulip Marcus Shirrefs (Feb 07 2020 at 06:37):

I take it this server only handles JSON... (not that this is a problem)

We had an issue with our XML response (thanks to those that reported them to us) which we fixed during the connectathon. Should be good for both XML and JSON now.

view this post on Zulip Matt Cordell (Feb 12 2020 at 02:14):

HI @Marcus Shirrefs , Still getting the same error. I suspect it's some nuance within C# and header generation?
It's nothing critical on my end, But I've posted some cleaned up code at https://gist.github.com/MattCordell/86f78572a770e61dff5402f19808f869 to replicate problem FYI. Thanks.

view this post on Zulip Brian Postlethwaite (Feb 12 2020 at 11:33):

FYI, I suspect if you use the regular httpclient, you may get the same issues trying to read the headers

view this post on Zulip Marcus Shirrefs (Feb 13 2020 at 00:12):

HI Marcus Shirrefs , Still getting the same error. I suspect it's some nuance within C# and header generation?
It's nothing critical on my end, But I've posted some cleaned up code at https://gist.github.com/MattCordell/86f78572a770e61dff5402f19808f869 to replicate problem FYI. Thanks.

FYI - post the connectathon, we've put some basic Auth back on our server which may impact anyone still seeking to test against it. However, we're still keen to collaborate, so please just reach out and we can direct you to our developer portal where credentials can be requested. - mshirrefs@dxc.com


Last updated: Apr 12 2022 at 19:14 UTC