Stream: implementers
Topic: Grahame's server
Vadim Peretokin (Mar 30 2016 at 21:59):
Is http://fhir2.healthintersections.com.au/open/ unresponsive for anyone else?
Cole Diffin (Mar 30 2016 at 22:00):
Seems unresponsive from my location
Vadim Peretokin (Mar 30 2016 at 22:10):
@Grahame Grieve ^
Grahame Grieve (Mar 30 2016 at 23:12):
just restarted it
David Hay (Apr 13 2016 at 17:39):
http://fhir3.healthintersections.com.au/open/Patient/1/$everything generates a 500 error ...
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
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" }
David Hay (Apr 15 2016 at 19:45):
the request url was POST http://fhir2.healthintersections.com.au/open/Encounter/$validate
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