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 EncounterProcedure issue #1138

Closed
JSRankins opened this issue Mar 23, 2023 · 1 comment
Closed

QI-Core Model Info File 4.1.1 EncounterProcedure issue #1138

JSRankins opened this issue Mar 23, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@JSRankins
Copy link
Contributor

QI-Core Model Info File 4.1.1 contains the following snippet for EncounterProcedureExtension:

<typeInfo xsi:type="ClassInfo" baseType="QICore.Extension" namespace="QICore" name="EncounterProcedureExtension" identifier=http:https://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter-procedure label="EncounterProcedureExtension" retrievable="false"> <element name="type" elementType="System.Concept" target="FHIRHelpers.ToConcept(%parent.extension[url='type'].value)" description="type" definition="Whether the procedure was primary or secondary."/> <element name="rank" elementType="System.Integer" target="%parent.extension[url='rank'].value.value" description="rank" definition="The ranking of the procedure within the encounter."/> <element name="procedure" elementType="QICore.Reference" target="%parent.extension[url='procedure']" description="procedure" definition="A reference to the procedure that was performed."/> <element name="url" elementType="System.String" target="%value.value" description="identifies the meaning of the extension" definition="Source of the definition for the extension code - a logical name or a URL." comment="The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension."/> </typeInfo>

The target for the element 'procedure' is missing .value. In talking with @brynrhodes it should be

target="%parent.extension[url='procedure'].value"

This is impacting a CMS measure developer who is working on measures for Connectathon - refer to BONNIEMAT-1387.

@brynrhodes brynrhodes added the bug label Mar 28, 2023
@brynrhodes brynrhodes self-assigned this Mar 28, 2023
@brynrhodes brynrhodes added this to the Maintenance milestone Mar 28, 2023
brynrhodes added a commit that referenced this issue Mar 28, 2023
#1143)

#1138: Fixed encounterProcedure sub-element extension mapping in QICore 4.1.1
@brynrhodes
Copy link
Member

Fixed in 2.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants