Stream: IG creation
Topic: Properly Referencing the current version of SDC
Nagesh Bashyam (Mar 21 2019 at 18:31):
@Grahame - I have the following in my dependencies for SDC :
{
"location" : "http://hl7.org/fhir/uv/sdc",
"name" : "sdc",
"source" : "dependencies/sdc",
"version" : "current"
},
I am trying to reference the current version of SDC on the CI Build and when i use
{{site.data.fhir.sdc}}index.html
This takes me to http://hl7.org/fhir/uv/sdc/index.html, which is the right URL but is not the home page of the SDC IG on the CI Build.
Similarly when i try to reference an SDC profile the link http://hl7.org/fhir/uv/sdc/sdc-questionnaire-adapt.html is a 404.
Is there something i am doing wrong, the only other way is for me to use the build.fhir.org link.
Eric Haas (Mar 21 2019 at 20:11):
try this:
{ "location" : "http://hl7.org/fhir/uv/sdc", "name" : "sdc", "package" : "hl7.fhir.uv.sdc", "version" : "current" },
Grahame Grieve (Mar 21 2019 at 20:23):
I'll update the reference when I publish and have a published version of SDC to point to
Last updated: Apr 12 2022 at 19:14 UTC