Stream: implementers
Topic: Batch Mode Value Set Validation
Sean Muir (Jun 06 2017 at 14:23):
I am in the process of intergrating FHIR value set validation for CDA documents and noticed that batch mode validation is not supported - it was part of some of the original operations definitions - was this dropped because of a lack of a use case ? Is there some other batch operation support i am missing ? Individual calls for validation can get very chatty - for instance there are 126 possible code validations calls for the DischargeSummary_2014Edition_sample.xml Thanks Sean
Lloyd McKenzie (Jun 06 2017 at 14:55):
I'm not sure what you mean by "batch mode validation". You can certainly validate an entire Bundle, such as a FHIR document
Lloyd McKenzie (Jun 06 2017 at 14:55):
Ah, you mean terminology lookups? I'm not sure we have a way to batch operations
Sean Muir (Jun 06 2017 at 14:58):
This was the original link https://www.hl7.org/FHIR/2015May/valueset-operations.html#6.21.4.4 - I am using FHIR terminology to validate a CDA document so i would prefer rollup all the "value set validation requests" and send them
Grahame Grieve (Jun 08 2017 at 20:52):
because you can use an actual batch - see http://hl7.org/fhir/http.html#transaction
Last updated: Apr 12 2022 at 19:14 UTC