Stream: implementers
Topic: Grahame server
David Hay (May 18 2016 at 22:54):
Validating an AllergyIntolerance using this url: http://fhir2.healthintersections.com.au/open/AllergyIntolerance/$validate
yields this error: Error in reference.startsWith(\"#\").not() or ($context.reference.substring(1).log(\"url\") in $resource.contained.id.log(\"ids\")) at 22: Found # expecting a token name
The instance has no contained resources, and the only reference is a relative one:
...
},
"patient": {
"reference": "Patient/HA2DKNRYFU2DKNRUIBHUQQ2Q"
},
...
error goes away when the patient reference is removed (though the resource fails validation of course)...
Grahame Grieve (May 18 2016 at 22:57):
I have sync problems with fluent path and release 2
David Hay (May 18 2016 at 23:08):
planning to fix for the STU-2 server?
Grahame Grieve (May 18 2016 at 23:40):
yes at some stage
Last updated: Apr 12 2022 at 19:14 UTC