ePMA Implementation Guidance for FHIR STU3

This guidance is under active development by NHS Digital and content may be added or updated on a regular basis.
Please note: This guidance has been superseded by the Implementation guide for digitial medicines, which contains up-to-date information.

Element: id

It is recommended this is the medication unique dm+d concept id. This use of this identifier will provide a unique mechanism to return a Medication resource in a RESTful implementation anywhere across the NHS.

For example;

<reference value="https://myFHIRserver/medication/87652004"/>


Where 87652004 in this example is the unique dm+d concept id for the Virtual Therapeutic Moiety for Atenolol.

Note: Where a medication is not within the dm+d and therefore does not have a dm+d code then the approach will be a local implementation decision. If you have a local FHIR Medication Resource server that is being used to share drug data locally then using the Medication Reference URL is OK.

If the data is being shared outside of the local environment then the Medication resource should only reference dm+d data.

back to top