nhsconnect / FHIR-NOO-API

FHIR based API for managing National Opt Out preferences
https://nhsconnect.github.io/FHIR-NOO-API/index.html
Apache License 2.0
0 stars 2 forks source link

REST syntax errors #11

Open dxh73 opened 6 years ago

dxh73 commented 6 years ago

GET https://fhir.nhs.uk/STU3/Consent?[patient]&[purpose]_history GET https://fhir.nhs.uk/STU3/Consent/[id]_history[vid]

these should be

https://fhir.nhs.uk/STU3/Consent/_history/?[patient]&[purpose] https://fhir.nhs.uk/STU3/Consent/[id]/_history/[vid]