FHIR Chat · Proper link to MedMorph (and other IGs like it) · IG creation

Stream: IG creation

Topic: Proper link to MedMorph (and other IGs like it)


view this post on Zulip Jean Duteau (Jul 28 2021 at 20:12):

my ICSR guide has a dependency on MedMorph:

    {
      "packageId": "hl7.fhir.us.medmorph",
      "version": "0.1.0",
      "uri": "http://hl7.org/fhir/us/medmorph/ImplementationGuide/hl7.fhir.us.medmorph",
      "id": "hl7_fhir_us_medmorph"
    }

I have a link to the MedMorph guide:

* <a href="{{site.data.fhir.hl7_fhir_us_medmorph}}">Making EHR Data More available for Research and Public Health (MedMorph)</a>

But that link becomes: http://hl7.org/fhir/us/medmorph and I need it to be: http://hl7.org/fhir/us/medmorph/2021Jan/ since there isn't an officially released version yet. Is there a different liquid variable that I should be using to get the proper link?

view this post on Zulip Lloyd McKenzie (Jul 28 2021 at 21:04):

Is the URL for medmorph 0.1.0 defined correctly in medmorph?

view this post on Zulip Jean Duteau (Jul 28 2021 at 21:23):

How would I tell that?

view this post on Zulip Lloyd McKenzie (Jul 28 2021 at 22:27):

Go look at the package-list.json for medmorph

view this post on Zulip Jean Duteau (Jul 28 2021 at 23:28):

looks fine to me:

{
  "version" : "0.1.0",
  "date" : "2021-01-01",
  "desc" : "STU 1 Ballot (Jan 2021 Ballot)",
  "path" : "http://hl7.org/fhir/us/medmorph/2021Jan",
  "status" : "ballot",
  "sequence" : "STU 1",
  "fhirversion" : "4.0.1"
 }

Last updated: Apr 12 2022 at 19:14 UTC