MOPA — Medical Oncology Prior Authorization - Local Development build (v0.1.1-snapshot-080926) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Page standards status: Informative |
The key words SHALL, SHOULD, MAY, and SHALL NOT in this specification are to be interpreted as described in RFC 2119.
Elements marked Must Support (MS) in this IG SHALL be interpreted as follows:
This guide is informative, so it does not establish a formal conformance claim for the IG itself. The statements below describe the expected behavior of systems that adopt the MOPA artifacts and patterns.
A system implementing these patterns does so by declaring the applicable actor role and meeting the corresponding expectations below.
The MOPA workflow uses order-select and order-sign as distinct stages with different card
semantics. Implementers SHALL understand and follow this distinction:
| Stage | Purpose | Card Semantics |
|---|---|---|
order-select |
Informational approvability check — fires when the provider selects a regimen, before signing | Cards SHOULD use indicator: "info" for approvable regimens (advisory, not binding). indicator: "warning" for PA-required or DTR-required. indicator: "critical" only for categorical exclusions. |
order-sign |
Final determination — fires when the provider signs the order | Cards carry the binding determination: indicator: "success" for Authorization Satisfied, indicator: "warning" for PA-required or DTR-required. Production exchange carries any needed DTR QuestionnaireResponse in draftOrders; the reference app's EHR write-back is demo-only. |
A conformant Oncology CRD Client (EHR or ordering system):
RequestGroup conforming to
AntiCancerRegimenRequestGroup in context.draftOrders and context.selections.order-select when the provider selects a regimen from the order-set,
before the order is signed. At this stage the RequestGroup is present but component
MedicationRequest resources may not yet be finalised.order-sign when the provider signs the order, with finalised component
MedicationRequest resources included in context.draftOrders.RequestGroup.instantiatesCanonical with the canonical URL of the
AntiCancerRegimenPlanDefinition when the definition is known. Many EHR order-sets
do not have a published canonical definition; omitting this field is permitted.ext-request-category values on RequestGroup for
available patient-specific treatment intent and line-of-therapy context. This requires the
proposed CRD RequestGroup extension-context expansion.fhirAuthorization in the CDS Hooks request to allow the CRD service to
query patient context directly from the EHR FHIR server.context.draftOrders in-session when a Propose Alternate Request card is accepted
at order-select. The EHR SHALL update RequestGroup.action[].resource
references to point to the replacement resources, and send the modified Bundle to
order-sign.A conformant Oncology CRD Service:
RequestGroup.
When RequestGroup.instantiatesCanonical is populated, the service SHOULD also resolve
the referenced PlanDefinition to enrich evaluation.fhirAuthorization — when provided — to query the EHR FHIR server for the
oncology patient context required to evaluate the order.order-select indicating the approvability status
of the ordered regimen. These cards are advisory — the order has not been committed.order-sign with the appropriate indicator:
success for Authorization Satisfied, warning for PA-required or DTR-required.order-select when the payer
policy requires a biosimilar substitution. The card SHOULD use the CDS Hooks
suggestion mechanism with delete + create actions targeting the component
MedicationRequest within the RequestGroup, selectionBehavior: "at-most-one",
and oncology-specific overrideReasons. See MOPA-DV-CRD-005.