FHIR Chat · OpDef questions on Simple inputs · implementers

Stream: implementers

Topic: OpDef questions on Simple inputs


view this post on Zulip Eric Haas (Jul 27 2017 at 23:25):

Creating OpDef for simple input here with the goal of using simple inputs in order to apply the GET syntax. Is get long as I expand out the datatypes. The documentation indicates that instead of code + uri , I can define as a string and token parameter type instead. Am I interpreting this correctly?

So the GET syntax instead of:

GET [base]/Appointment/$find?start=2017-07-15T20:00:00Z&end=2017-07-17T20:00:00Z&max=3&service-code=708175003 &service-codesystem=http://snomed.info/sct

would be:

GET [base]/Appointment/$find?start=2017-07-15T20:00:00Z&end=2017-07-17T20:00:00Z&max=3&service=http://snomed.info/sct|708175003

Is this implemented anywhere?


Last updated: Apr 12 2022 at 19:14 UTC