cqframework / opioid-cds-r4

CDC Opioid Prescribing Support Guideline (for FHIR R4)
Other
5 stars 3 forks source link

Opioid IG: Document Assumptions Made in Logic #256

Open bryantaustin13 opened 1 year ago

bryantaustin13 commented 1 year ago

As a Implementer of the CDC Opioid Guidelines, I need an Implementation Guide that documents all assumptions made in the logic.

Further detail (if available):

This task requires an analysis of the assumptions made including:

Only MedicationOrders are used – as opposed to MedicationStatements

MedicationOrders must use medicationCodeableConcept (and not

medicationReference)

Substance history is represented as a Condition

Urine drug screens must contain an interpretation (using a particular value set)

Drug screens must always have an interpretation

Certain fields in certain resources are expected to be there even if they are optional

Standardized codes must always be the first coding in a CodeableConcept (due to

widespread use of code.coding[0])

If other assumptions are found, please document why they were chosen.

Acceptance Criteria

  1. For each recommendation, a new section exists explaining which assumptions were made and why.
  2. IG Builds

Was OPD-45