- This is an Implementation Guide for UK Core FHIR Assets in Development.
- There will be disruption as the content will be updated on an ad-hoc basis and with links not working.
- Therefore this Implementation Guide must not be implemented.
- Please follow the guidance on the "Contact Us" page if you need any assistance.
StructureDefinition-UKCore-RequestGroup
Detailed Descriptions
Table View
XML View
JSON View
Usage
This Profile has the following derived profiles:This Profile is referenced in the following Extensions:
This Profile is referenced in the following Profiles:
Feedback
Click here to:, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Examples
Ciprofloxacin - Example to illustrate the options for Ciprofloxacin when prescribing multiple routes.Example UKCore-RequestGroup-Ciprofloxacin
Multiple Antibiotics - Example to illustrate the options for multiple antibiotics when prescribing multiple routes.
Paracetamol - Example to illustrate the options for Paracetamol when prescribing multiple routes.
Example UKCore-RequestGroup-Paracetamol
Example Usage Scenarios
The following are example usage scenarios for the UK Core RequestGroup profile:
An example of the same drug, different route
This example shows how a request for the same drug through two different routes can be structured, with the decision to the more appropriate route being taken before a dispense is made.
- Example UKCore-MedicationRequest-ParacetamolIV
- Example UKCore-MedicationRequest-ParacetamolOral
- Example UKCore-RequestGroup-Paracetamol
- Example UKCore-MedicationDispense-ParacetamolOral
An example of different drugs, with a preference to one of them
This example shows how a request can be achieved giving the option for multiple different drugs, with one being preferred option and up to one being allowed to be dispensed.
- Example UKCore-MedicationRequest-Amoxicillin
- Example UKCore-MedicationRequest-Clarithromycin
- Example UKCore-MedicationRequest-Doxycycline
- Command 'pagelink' could not render: Page not found.
- Example UKCore-MedicationDispense-Amoxicillin
An example of same drug different doses, where both are dispensed but only one administered
This example shows a request of the same drug each with a different dose and route. This request allows both to be dispensed, with one being administered now and the other that may be dispensed at a later date or disposed.
- Example UKCore-MedicationRequest-CiprofloxacinIV
- Example UKCore-MedicationRequest-CiprofloxacinOral
- Example UKCore-RequestGroup-Ciprofloxacin
- Example UKCore-MedicationDispense-CiprofloxacinIV
- Example UKCore-MedicationDispense-CiprofloxacinOral
- Example UKCore-MedicationAdministration-CiprofloxacinIV
Profile Specific Implementation Guidance:
Minimum Viable Content
A minimum viable content that all provider and consumer systems SHALL support are the following elements.
Element | Reason |
---|---|
status |
The current state of the request. For request groups, the status reflects the status of all the requests in the group. |
intent |
Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain. |
subject |
The subject for which the request group was created. |
action.description |
A short description of the action used to provide a summary to display to the user. |
action.type |
The type of action to perform (create, update, remove). |
action.selectionBehavior |
Defines the selection behavior for the action and its children. |
action.resource |
The resource that is the target of the action (e.g. CommunicationRequest). |
action.action |
Sub actions. |
intent
For any medication requests RequestGroup.intent
SHALL have the value order
. Each MedicationRequest referenced within the RequestGroup MedicationRequest.intent
SHALL have the value option
.
priority
When RequestGroup
is used for medication requests the recommendation is that RequestGroup.priority
is not to be used within an implementation - or used with caution.
The stating of a priority, in any business context including healthcare, is often de-valued as given the choice, every clinician wants medication urgently for their patients.
If RequestGroup.priority
is used, consider only initially supporting the routine and urgent request priorities, and set clear criteria for when a MedicationRequest
and RequestGroup
should be marked and handled as urgent.
Usage of the value "stat"
The stat
request priority is potentially confusing as it has two meanings:
- to indicate a "here and now" order going to pharmacy
- used within a
MedicationRequest.dosageInstruction
can also mean "give once immediately".
Avoid using stat
and asap
where possible.
subject
The resource being referenced SHALL conform to one of the following:
reasonReference
The resource being referenced SHALL conform to one of the following:
- Profile UKCore-Condition
- Profile UKCore-DiagnosticReport
- Profile UKCore-DocumentReference
- Profile UKCore-Observation
action
With the base FHIR constraint rule "Must have resource or action but not both" it is expected that:
RequestGroup.action
has multipleaction
elements, each defining an individual MedicationRequest.- Within each of the
Medication.action.action
theresource
element SHOULD reference the associatedMedicationRequest
.
action.participant
The resource being referenced SHALL conform to one of the following:
- Profile UKCore-Device
- Profile UKCore-Patient
- Profile UKCore-Practitioner
- Profile UKCore-PractitionerRole
- Profile UKCore-RelatedPerson