Stream: netherlands
Topic: MedMij STU3
Michael van der Zel (Jun 30 2017 at 17:56):
I am not sure about an issue. Looking at zib-Procedure STU3 there is an element named start. It is defined as differential:
<element id="Procedure.performedPeriod.start"> <path value="Procedure.start" /> <short value="ProcedureStartDate" /> <definition value="The start date (and if possible start time) of the procedure. A ‘vague’ date, such as only the year, is permitted.
The element offers the option to indicate the start of the period of a series of related procedures." /> <alias value="VerrichtingStartDatum" /> <mapping> <identity value="zib-overdrachtverrichting" /> <map value="NL-CM:14.1.2" /> </mapping> </element>
Michael van der Zel (Jun 30 2017 at 17:57):
When I use Forge to generate the snapshot i get:
<element id="Procedure.performedPeriod.start"> <path value="Procedure.performedPeriod.start" /> <short value="ProcedureStartDate" /> <definition value="The start date (and if possible start time) of the procedure. A ‘vague’ date, such as only the year, is permitted.
The element offers the option to indicate the start of the period of a series of related procedures." /> <alias value="VerrichtingStartDatum" /> <mapping> <identity value="zib-overdrachtverrichting" /> <map value="NL-CM:14.1.2" /> </mapping> </element>
Michael van der Zel (Jun 30 2017 at 17:58):
Why is the path adjusted? The other question is that I think the path in the differential is wrong, right?
Michael van der Zel (Jun 30 2017 at 17:59):
For most MedMij profiles I get a list of errors. What am I missing here?
Michael van der Zel (Jun 30 2017 at 18:00):
I also tried to generate a snapshot using the fhir-net-api SnapshotGenerator for the zib-Procedure, but that results in a never ending call... When I generate the snapshot for zib-AlcoholUse I get an empty snapshot.
Michael van der Zel (Jun 30 2017 at 18:19):
@Grahame Grieve I found a message on zulip were you mention that your server generates snapshots. I want to upload StructureDefinitions with only the differential and call an operation to get the snapshot version. Is that possible? Thanks.
Alexander Henket (Jun 30 2017 at 19:24):
I tried to find what you found, but cannot. What's your source? Both GitHub and Simplifier seem in order. Since GitHub is webhooked into Simplifier that should always be the case.
Alexander Henket (Jun 30 2017 at 19:27):
I also looked at the history on GitHub but that path has been the same since the initial checkin.
Alexander Henket (Jun 30 2017 at 19:50):
@Grahame Grieve's server will return you the snapshot as response to your POST or PUT. I noticed that it barks at you when you send in paths like Location.telecom.system, i.e. anything at datatype level. Not sure what the problem is. Perhaps Grahame can take a look at e.g. https://github.com/Nictiz/Nictiz-STU3/blob/master/nl-Location/nl-core-location.xml?
Grahame Grieve (Jun 30 2017 at 20:16):
the snapshot generation my server run is a clone of the snapshot genreation code in the java tools that is correct. Updating it is on my todo list, but the todo list is long.
Michael van der Zel (Jun 30 2017 at 23:20):
@Alexander Henket I see. It becomes that when I opened it in Forge with the save snapshot option enabled and then used save as. Can it be a Forge bug?
Alexander Henket (Jul 01 2017 at 05:32):
It could be if you put it like that. I believe the conformance stream is probably your next best place to ask that.
Alexander Henket (Jul 01 2017 at 05:33):
@Grahame Grieve If I understand you correctly the publisher is already in order and test.fhir.org just awaits updating from there?
Grahame Grieve (Jul 02 2017 at 12:44):
yes that's correct
Ewout Kramer (Jul 03 2017 at 09:34):
<path value="Procedure.start" />
Interesting, that path is wrong, there is no element Procedure.start, but there is a Procedure.performedPeriod.start...
Michael van der Zel (Jul 04 2017 at 11:36):
Who from the Forge team can I ask about this issue?
Alexander Henket (Jul 05 2017 at 06:27):
If you post on the conformance stream, it will get picked up, but it is more than likely Michel Rutten
Last updated: Apr 12 2022 at 19:14 UTC