Stream: implementers
Topic: examples validation errors
nicola (RIO/SS) (May 30 2018 at 13:19):
in most of FHIR versions person-questionnaire.json, hlaresult-questionnaire.json, operationoutcome-questionnaire.json, searchparameter-questionnaire.json, explanationofbenefit-questionnaire.json, nutritionrequest-questionnaire.json
are not valid, because of missed required element linkId
in nested items :(
nicola (RIO/SS) (May 30 2018 at 13:22):
1.8.0 examples/request.json, event.json - missed required SD.type element
nicola (RIO/SS) (May 30 2018 at 13:48):
- 1.8.0/ definition.json - same problem
Grahame Grieve (May 30 2018 at 13:49):
1.8.0?
nicola (RIO/SS) (May 30 2018 at 13:49):
Yes
Grahame Grieve (May 30 2018 at 13:49):
what is '1.8.0'?
nicola (RIO/SS) (May 30 2018 at 13:50):
FHIR version
nicola (RIO/SS) (May 30 2018 at 13:50):
FHIR STU3 Candidate + Connectathon 14 (San Antonio)
nicola (RIO/SS) (May 30 2018 at 13:50):
same problem for 3.01
Grahame Grieve (May 30 2018 at 13:51):
1.8.0 is dead. I'm not doing anything about that. is this a problem in the current build?
nicola (RIO/SS) (May 30 2018 at 13:51):
Will check after all 3.* versions :)
nicola (RIO/SS) (May 30 2018 at 13:53):
Yes same problem in current build version
Grahame Grieve (May 30 2018 at 13:57):
ok I'll look into it
nicola (RIO/SS) (May 30 2018 at 13:58):
fhir-3.2.0/examples/codesystem-feeding-device.json status element is missed
nicola (RIO/SS) (May 30 2018 at 14:00):
fhir-3.2.0/examples/valueset-occupation-cdc-census-2010.json VS.text.status (Narrative.status) is required
nicola (RIO/SS) (May 30 2018 at 14:06):
fhir-3.2.0/examples/codesystem-fhir-versions.json - [concept 11] code is required
nicola (RIO/SS) (May 30 2018 at 14:08):
same error is replicated into valuesets.json
nicola (RIO/SS) (May 30 2018 at 14:09):
empty extension in fhir-3.2.0/examples/valueset-provider-taxonomy.json
nicola (RIO/SS) (May 30 2018 at 14:12):
@Grahame Grieve is it ok to have extension without value?
nicola (RIO/SS) (May 30 2018 at 14:16):
fhir-3.2.0/examples/fivews.json type is required
nicola (RIO/SS) (May 30 2018 at 14:27):
fhir-3.3.0/examples/plandefinition-example-cardiology-os.json nulls in array in actions instead of objects. Is it okey to do like this - name: [null, {given:...}]
?
nicola (RIO/SS) (May 30 2018 at 14:33):
fhir-3.3.0/examples/codesystem-consent-performer.json - content is required
nicola (RIO/SS) (May 30 2018 at 14:38):
same errors for fhir-dev
Grahame Grieve (May 30 2018 at 20:07):
it's ok to have extension without value
Grahame Grieve (May 30 2018 at 20:07):
can you make a task that lists all these? else I'll lose track of it when I get to it (maybe next week?)
nicola (RIO/SS) (May 30 2018 at 20:38):
Should i do it for current build - or for all of versions?
Grahame Grieve (May 30 2018 at 20:48):
just current build. we won't be going back and fixing examples in previous builds
Last updated: Apr 12 2022 at 19:14 UTC