HealthIntersections / fhirserver

Reference Implementation Server for the FHIR Specification
Other
171 stars 56 forks source link

CodeSystem/$validate-code does not understand the `url` parameter #195

Open lawley opened 1 year ago

lawley commented 1 year ago

This request with url= fails: http://tx.fhir.org/r4/CodeSystem/$validate-code?url=http://snomed.info/sct&code=122298005

But this one, using the old STU3 parameter system succeeds: http://tx.fhir.org/r4/CodeSystem/$validate-code?system=http://snomed.info/sct&code=122298005