Skip to content

Remove "discharge" from MedicationRequest.category #40

@p9g

Description

@p9g

References:
[1] https://jira.hl7.org/browse/FHIR-25555
[2] http://build.fhir.org/valueset-medicationrequest-admin-location.html
[3] http://build.fhir.org/valueset-medicationrequest-category.html
[4] http://build.fhir.org/medicationrequest-definitions.html#MedicationRequest.category
[5] http://hl7.org/fhir/us/qicore/STU4/qdm-to-qicore.html#8173-medication-discharge

The code "discharge" should not be used as discussed in [1].
Remove that code from MATGlobalCommon.
Update measures that check for MedicationRequest.category ~ "discharge"; only check for MedicationRequest.category ~ "community"

QDM to QI-Core mapping [5] correctly specifies Constrain category to “Community” (even though QDM "Medication, Discharge" has no setting attribute), consistent with [1].

e.g.,

where exists (Antithrombotic.category C where FHIRHelpers.ToConcept(C) ~ Global."Community" or FHIRHelpers.ToConcept(C) ~ Global."Discharge")

Latest definition [4] points to [2] instead of [3]; [2] does not have discharge.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions