Stream: terminology
Topic: GF#8766 change of identifier parameter to url
Michael Lawley (Jan 10 2017 at 23:56):
Grahame, is this change of identifier -> url for $lookup andf $validate-code also going to apply to $expand?
I note that your server no longer recognises identifier as a parameter for $expand (requires url instead), but also (!) requires the identifier parameter to be supplied. It looks like only a partial update has been made.
Fails:
http://fhir3.healthintersections.com.au/open/ValueSet/%24expand?identifier=http://hl7.org/fhir/ccda/ValueSet/1.3.6.1.4.1.12009.10.2.5
Fails (differently):
http://fhir3.healthintersections.com.au/open/ValueSet/%24expand?url=http://hl7.org/fhir/ccda/ValueSet/1.3.6.1.4.1.12009.10.2.5
Works:
http://fhir3.healthintersections.com.au/open/ValueSet/%24expand?url=http://hl7.org/fhir/ccda/ValueSet/1.3.6.1.4.1.12009.10.2.5&identifier=http://hl7.org/fhir/ccda/ValueSet/1.3.6.1.4.1.12009.10.2.5
Grahame Grieve (Jan 11 2017 at 00:12):
yes, looks like I missed one of the parameter references. Upgrading now
Last updated: Apr 12 2022 at 19:14 UTC