medication[x]
Where a dm+d code exists it SHALL be used either as medicationCodeableConcept.coding
or as medicationReference.Medication.code
.
Where CodeableConcept is used, CodeableConcept.coding
is the dm+d code and CodeableConcept.text
is dm+d concept name/description.
Can be either a dm+d code as a CodeableConcept or reference to a Profile UKCore-Medication.
Using a CodeableConcept is preferred unless additional data is required that would be contained within a Profile UKCore-Medication.
The elements medication.CodeableConcept.coding
and medicationReference.Medication.code
are both bound to ValueSet UKCore-MedicationCode
Examples where a reference to a Profile UKCore-Medication would be applicable include:
Medication not published within the dm+d may be requested in the Acute care setting.
In this scenario it is recommended to use the CodeableConcept variant for this element.
If the prescribing system has both a locally assigned code and description for the medication then;
CodeableConcept.text
SHOULD be the description for the medication.CodeableConcept.coding.code
SHOULD be the code for the medication.CodeableConcept.coding.display
SHOULD be the description for the medication, i.e. the same value as CodeableConcept.text
.If the prescribing system only has a description for the medication then;
CodeableConcept.text
SHOULD be the locally assigned description for the medication.