Stream: cds hooks
Topic: Data-type of 'create'
Gökçe Banu Laleci (Feb 23 2017 at 11:41):
Hi, In the "http://cds-hooks.org/#cds-service-response" it is specified that the datatype of 'create' within a 'Suggestion' object is "String". Yet in the data model in Swagger, it is specified as an array of Objects. In my implementation I chose to follow the second approach as I would like to provide a list of valid FHIR resources. In the 'CDS-Validator' implementation in the Github,it is checking whether the datatype is String though. Can you provide feedback about this? Many thanks..
Kevin Shekleton (Feb 27 2017 at 16:56):
Good catch - it's an array of objects and not a String -- I'll get the doc fixed
Last updated: Apr 12 2022 at 19:14 UTC