FHIR Chat · Grahame's server · implementers

Stream: implementers

Topic: Grahame's server


view this post on Zulip Vadim Peretokin (Mar 30 2016 at 21:59):

Is http://fhir2.healthintersections.com.au/open/ unresponsive for anyone else?

view this post on Zulip Cole Diffin (Mar 30 2016 at 22:00):

Seems unresponsive from my location

view this post on Zulip Vadim Peretokin (Mar 30 2016 at 22:10):

@Grahame Grieve ^

view this post on Zulip Grahame Grieve (Mar 30 2016 at 23:12):

just restarted it

view this post on Zulip David Hay (Apr 13 2016 at 17:39):

http://fhir3.healthintersections.com.au/open/Patient/1/$everything generates a 500 error ...

view this post on Zulip David Hay (Apr 13 2016 at 17:57):

'''
{
"resourceType": "CarePlan",
"subject": {
"reference": "Patient/1",
"display": "Eve Everywoman"
},
"relatedPlan": [
{
"code": "includes",
"plan": {
"reference": "CarePlan/5",
"display": "CarePlan"
}
}
],
"status": "proposed"
}
'''
fails validation against STU2 server (http://fhir2.healthintersections.com.au/open/CarePlan/$validate) but passes in STU3 server

view this post on Zulip David Hay (Apr 15 2016 at 19:45):

The following resource fails validation with an error of the reference

{
  "resourceType": "Encounter",
  "patient": {
    "reference": "Patient/1",
    "display": "Eve Everywoman"
  },
  "status": "planned"
}

view this post on Zulip David Hay (Apr 15 2016 at 19:45):

the request url was POST http://fhir2.healthintersections.com.au/open/Encounter/$validate

view this post on Zulip Grahame Grieve (May 08 2016 at 18:13):

I am upgrading my server to the current build sometime this afternoon


Last updated: Apr 12 2022 at 19:14 UTC