Element: medication[x]
Where the requested medication is contained within the NHS dm+d then it must be recorded using the dm+d standard
Medication
resource.
Note: At the time of writing an alpha implementation of a dm+d FHIR Medication Resource Server is available from the North East CSU as a demonstrator and associated API.
It is recommended that the medicationReference.display
is populated with the medication description as selected by the clinician. This may be slightly different to the medication described as returned by a SNOMED/dm+d terminology FHIR server if the ePMA system has not fully implemented dm+d into their medication picking list.
Requested medication with no dm+d code
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.
Software logic can then clearly distinguish this from nationally coded dm+d medication.
If the ePMA system has both a locally assigned code and description for the medication then;
- The
medicationCodeableConcept.text
should be the description for the medication. - The
medicationCodeableConcept.coding.code
should be the code for the medication. - The
medicationCodeableConcept.coding.display
should be the description for the medication, i.e. the same value asmedicationCodeableConcept.text
.
If the ePMA system only has a description for the medication then;
- The
medicationCodeableConcept.text
should be the locally assigned description for the medication.