Stream: implementers
Topic: US Core 1.0.1 --> FHIR 3.1.0 ?
Chris Moesel (Nov 15 2017 at 19:25):
I have an implementation guide that declares US Core 1.0.1 as a dependency.
"dependencyList": [ { "name" : "USCore", "location" : "http://hl7.org/fhir/us/core/1.0.1/" } ],
When I run my IG through the IG Publisher, however, I get this warning:
Load USCore (http://hl7.org/fhir/us/core/1.0.1/) from http://hl7.org/fhir/us/core/1.0.1/ (09.0034sec) Version mismatch. This IG is version 3.0.1, while the IG 'USCore' is from version 3.1.0. Will try to run anyway) (10.0214sec)
Things seem to work, but it seems there must be something off. If I go to the US Core 1.0.1 web page, it clearly says it is built on 3.0.1.
Eric Haas (Nov 15 2017 at 20:20):
OK let me see...
Eric Haas (Nov 15 2017 at 20:29):
In my source files I had no references to 3.1.0 but the ig output file "spec.internals" shows it as version 3.1.0. which I believe is a tooling version. I'll need GG to investigate when he gets a chance. BTW - One of the technical edits was to update the US core to reference FHIR 3.0.1.
Chris Moesel (Nov 15 2017 at 20:40):
Thanks, Eric. I was previously getting a warning about mismatch from 3.0.1 to 3.0.0 (since US Core was previously on 3.0.0). I upgraded to US Core 1.0.1 specifically to get rid of that warning -- so of course I was surprised when I still had a mismatch but in the other direction!
Last updated: Apr 12 2022 at 19:14 UTC