Stream: IG creation
Topic: verison of SDC in the profile element
Diane (Mar 05 2022 at 23:55):
In https://chat.fhir.org/#narrow/stream/179255-questionnaire/topic/launchContext.20This.20element.20is.20not.20allowed, I was directed to use
3.0.0-preview for the dependency in Trifolia, which has greatly helped.
But, what do I use as the URL in the profile within the Questionnaire and Questionnaire Response (examples)?
We are not balloting/publishing in May. We are doing this now.
On Tuesday, March 8th, I will be giving the completed IG to the BR&R workgroup for final review of the additions to support populate and the technical corrections. They will vote the next week and then publish.
Currently, I use "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse|2.7".
Do I now use "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse|3.0.0-preview"?
Lloyd McKenzie (Mar 06 2022 at 02:49):
In most IGs, we don't use version-specific references (though we probably should). We really ought to have a mechanism to allow the 'current' version to be substituted automatically. Feel free to submit a tracker item.
If you're prepping the IG for publication, the version in the CI-build should say 3.0.0 (are you already that far along in version numbers??)
Diane (Mar 06 2022 at 21:54):
Our IG is only version 0.1.0 - STU 1.
In the questionnaire responses files in the IG, I will set our profile to be:
"profile": [ "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse|3.0.0" ]
unless
"profile": [ "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse" ]
is acceptable.
Lloyd McKenzie (Mar 06 2022 at 23:00):
Versionless is acceptable. And if you were going to specify a version, it should be 1.0.0, not 3.0.0, as your first publication will have to be 1.0.0
Diane (Mar 07 2022 at 00:36):
Oh. So in our files in the IG, when we reference the profile for SDC, we don't match to the latest SDC IG profile version? We have to match to our IG version or leave it versionless?
Lloyd McKenzie (Mar 07 2022 at 02:08):
Oh, sorry. I missed that you were referring to SDC.
Lloyd McKenzie (Mar 07 2022 at 02:08):
No need to point to a specific version because your IG already imports a specific version.
Last updated: Apr 12 2022 at 19:14 UTC