Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QI-Core Model Info File 4.1.1 DiagnosisPresentOnAdmission #1152

Closed
RohitKandimalla opened this issue Apr 13, 2023 · 1 comment
Closed

QI-Core Model Info File 4.1.1 DiagnosisPresentOnAdmission #1152

RohitKandimalla opened this issue Apr 13, 2023 · 1 comment
Labels
bug md impact tracking The issue is impacting measure development
Milestone

Comments

@RohitKandimalla
Copy link

RohitKandimalla commented Apr 13, 2023

QI-Core Model Info File 4.1.1 contains the following snippet for Element "DiagnosisPresentOnAdmission"

<element name="diagnosisPresentOnAdmission" elementType="QICore.DiagnosisPresentOnAdmissionExtension" target=" FHIRHelpers.ToConcept(%parent.diagnosis.extension[url='http:https://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter-diagnosisPresentOnAdmission'].value)" description="onAdmission" definition="Indicator of whether the Encounter diagnosis was present at the time of admission." mustSupport="true"/>

The target should not be having a "diagnosis", so it should be

target="FHIRHelpers.ToConcept(%parent.extension[url='[http:https://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter-diagnosisPresentOnAdmission'].value])"

Not seeing any runtime error, but This is currently impacting execution results for a user reported in BONNIEMAT-1400

@brynrhodes brynrhodes added the bug label Apr 17, 2023
@brynrhodes brynrhodes added this to the Maintenance milestone Apr 17, 2023
@jenseeman jenseeman added the md impact tracking The issue is impacting measure development label Apr 26, 2023
@brynrhodes
Copy link
Member

Included in release 2.10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug md impact tracking The issue is impacting measure development
Projects
None yet
Development

No branches or pull requests

3 participants