Stream: committers
Topic: examples
Brian Postlethwaite (Jun 15 2016 at 05:22):
With the csv/template format for creating samples, is there a way to support null/missing values?
Grahame Grieve (Jun 15 2016 at 07:52):
not at the moment
Grahame Grieve (Jun 15 2016 at 07:53):
it's more about conditionality
Brian Postlethwaite (Jun 21 2016 at 20:33):
The build warnings/information that checks for paths not being found in any example, I think this doesn;t consider examples that are in a bundle. Same for search parameter path examples.
http://hl7-fhir.github.io/qa.html#d1e10074
Grahame Grieve (Jun 21 2016 at 23:00):
THis is a known issue. I'll get to it soon. Agree it probably skips bundles.
Brian Postlethwaite (Jun 29 2016 at 06:00):
Not 100% sure, but I think that for the search parameter test, its all cases, not just the bundles.
Don't think that its likely that NO patients have an active flag
INFORMATION:Patient.active Search Parameter 'Patient.active' had no found values in any example. Consider reviewing the path (f:Patient/f:active)
Brian Postlethwaite (Jun 29 2016 at 06:01):
http://hl7-fhir.github.io/patient-example.xml.html
has it (the first one)
Brian Postlethwaite (Jun 29 2016 at 06:02):
Only information, but if we're not going to get it fixed, can we just disable that part of the build?
less messages in the output, and possibly faster if its not being done too.
Brian Postlethwaite (Apr 09 2018 at 01:50):
There are 2 examples zip files produced by the spec build, examples.zip (xml files) and examples.json.zip (json files)
I always assumed that these were the same examples, just in the different formats.
However these are not the same, and there are way more examples in json than there are in XML.
Just checking that this is what is actually expected
(going to update my server to be able to load in both example files)
Grahame Grieve (Apr 09 2018 at 02:52):
I thought they were the same. the only difference I know is that package.json is found in examples.json, but it won't be in the future
Last updated: Apr 12 2022 at 19:14 UTC