FHIR Chat · dependency issue to Quality IGs · IG creation

Stream: IG creation

Topic: dependency issue to Quality IGs


view this post on Zulip Eric Haas (Jun 18 2020 at 00:19):

I cannot get the dependencies to QI Core v4.0.0 to work;

I have tested it here:

in my old style ig.json file I have ...

dependencyList:
  - name: qicore
    package: hl7.fhir.us.qicore
    location: 'http://hl7.org/fhir/us/qicore'
    version: 4.0.0
  - name: uscore
    package: hl7.fhir.us.core
    location: 'http://hl7.org/fhir/us/core'
    version: current
  - name: cqfm
    package: hl7.fhir.us.cqfmeasures
    location: 'http://hl7.org/fhir/us/cqfmeasures'
    version: current

cqfm and uscore work: see this page: https://healthedata1.github.io/IG-Template4/#dependencies

view this post on Zulip Grahame Grieve (Jun 18 2020 at 01:09):

it works for me:

  <dependsOn>
    <uri value="http://hl7.org/fhir/us/qicore"/>
    <packageId value="hl7.fhir.us.qicore"/>
    <version value="4.0.0"/>
  </dependsOn>

view this post on Zulip Grahame Grieve (Jun 18 2020 at 01:10):

take out location

view this post on Zulip Eric Haas (Jun 18 2020 at 14:04):

ty

view this post on Zulip Eric Haas (Jun 18 2020 at 15:36):

FYI.. its works with the templates but not with the old config files. I don't need it fixed but just a FYI. the generated data file produces this:...

...
    "fhirVersion": "4.0.0"
  },
  "qicore": "file://C:\\GitHub\\hl7.fhir.us.qicore#4.0.0\\output/",  <--- ???
  "uscore": "http://hl7.org/fhir/us/core/STU3.1/",
  "cqfm": "https://build.fhir.org/ig/HL7/cqf-measures/"
}

view this post on Zulip Eric Haas (Jun 19 2020 at 19:50):

I'm still have issue with QI Core as a referenced profile as seen here when you click on QI Core Coverage you get a about:blank#blocked

here is the SD:

resourceType: StructureDefinition
id: coverage-deqm
url: 'http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/coverage-deqm'
version: 1.1.0
name: DEQMCoverageProfile
title: DEQM  Coverage Profile
status: active
experimental: false
date: '2018-06-19T00:00:00-07:00'
publisher: HL7 International - Clinical Quality Information Work Group
contact:
  - telecom:
      - system: url
        value: 'http://www.hl7.org/Special/committees/cqi/index.cfm'
description: >-
  The DEQM Coverage Profile defines the constraints for representing  the
  subscriber information to the Payer.  This along with the patient first name,
  last name, date of birth and gender allows the payer to identify the member in
  their system.
jurisdiction:
  - coding:
      - system: 'urn:iso:std:iso:3166'
        code: US
fhirVersion: 4.0.1
kind: resource
abstract: false
type: Coverage
baseDefinition: 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-coverage'
derivation: constraint
differential:
  element:
    - id: Coverage
      path: Coverage
      definition: >-
        This is the Coverage profile which is used to provide insurance
        information for scheduling an appointment and or registering a patient.
      mustSupport: false
    - id: Coverage.subscriberId
      path: Coverage.subscriberId
      short: Subscriber ID
      requirements: >-
        The subscriber Id is a number that is needed by the payor to associate
        the attestation with the meber in their system.
      min: 1
      max: '1'
      mustSupport: true

note the url : <http://hl7.org/fhir/us/qicore/STU4/StructureDefinition-qicore-coverage.html> resolves

view this post on Zulip Grahame Grieve (Jun 19 2020 at 19:52):

can you set this up in a branch of your IG, and submit an issue referencing the branch in https://github.com/HL7/fhir-ig-publisher/issues

view this post on Zulip Eric Haas (Jun 22 2020 at 20:29):

Where are we with this one? @Grahame Grieve

view this post on Zulip Grahame Grieve (Jun 22 2020 at 21:00):

it's still on my todo list

view this post on Zulip Eric Haas (Jun 23 2020 at 00:51):

ty!

view this post on Zulip Eric Haas (Jul 18 2020 at 23:54):

The QI Core links resolve in the DEQM IG - thanks, but now over a 100 bad link errors are being generated in qa.html

e.g.:

StructureDefinition-coverage-deqm-definitions.html#/html/body/div/div/div/div/div/table/tr/td/a at Line 385, column 151
error   The link 'http://hl7.org/fhir/us/qicore/STU4/StructureDefinition-qicore-patient.html' for "QICorePatient" cannot be resolved

view this post on Zulip Grahame Grieve (Jul 22 2020 at 03:21):

should be fixed next release


Last updated: Apr 12 2022 at 19:14 UTC