The FHIR profiles used for the Medication Statement Event Message Bundle

The following FHIR profiles are used to form the Medication Statement Event Message Bundle:

Medication Statement data item mapping to FHIR profiles

The Medication Statement follows the same pattern as Medication Statement in Transfer of Care. As such there are 2 distinct lists - one for the active medications, and one for the discontinued medications. Following the Transfer of Care pattern, each list uses a FHIR List resource.

The Mapping tables shown below defines the FHIR elements that SHALL be used to encode the Healthy Child Event Specification data items for each DCH Event Message payload. Some common data item mappings, such as patient, publisher or Date/Time of event information, are defined within the Header mapping table and SHALL be considered in parallel with the payload mapping.

Medication Statement for Active Medications

Active medications uses a List resource to bound all the active medications. Active medications include those that the patient is known to be actively taking. Active medications include medications that have been changed within this episode of care. Changed medication details appear in the MedicationChangeSummary extension of the MedicationStatement resource.

The Child Health Event data items are fulfilled by elements within the FHIR resources listed below:

Medication Statement List (Active Medications)

Note that CareConnect-ITK-Medication-List-1.entry.flag & CareConnect-ITK-Medication-List-1.entry.emptyReason must not be used.

DCH Data ItemFHIR Resource elementMandatory/
Required/
Optional
Notes
List.codeCareConnect-ITK-Medication-List-1.codeMandatoryFixed value code="1102411000000102" display="Active medications" system="http://snomed.info/sct"
List.statusCareConnect-ITK-Medication-List-1.statusMandatoryFixed value="current"
List.modeCareConnect-ITK-Medication-List-1.modeMandatoryFixed value="snapshot"
List.titleCareConnect-ITK-Medication-List-1.titleMandatoryFixed value="Medication Active List"
List.subjectCareConnect-ITK-Medication-List-1.subjectMandatory
List.encounterCareConnect-ITK-Medication-List-1.encounterMandatory
List.dateCareConnect-ITK-Medication-List-1.dateMandatoryThe date the List was created
List.sourceCareConnect-ITK-Medication-List-1.sourceMandatoryThe practitioner who created the List
List.entry.itemCareConnect-ITK-Medication-List-1.entry.itemMandatoryLink to the active MedicationStatement

Medication Statement (Active Medications)

DCH Data ItemFHIR Resource elementMandatory/
Required/
Optional
Notes
Date/TimeCareConnect-DCH-MedicationStatement-1.effectivePeriod.startMandatory
Medication NameCareConnect-DCH-Medication-1.codeRequiredWhere medication code is not known, the name of the medication should be sent as text in Medication.code.text
FormCareConnect-DCH-Medication-1.formOptional
RouteCareConnect-DCH-MedicationStatement-1.dosage.routeOptional
SiteCareConnect-DCH-MedicationStatement-1.dosage.siteOptional
MethodCareConnect-DCH-MedicationStatement-1.dosage.methodOptional
Dose directions descriptionCareConnect-DCH-MedicationStatement-1.dosage.textOptional
Dose amount descriptionCareConnect-DCH-MedicationStatement-1.dosage.textOptionalDose amount should be concatenated with the dose description text
Dose timing descriptionCareConnect-DCH-MedicationStatement-1.dosage.textOptionalDose timing should be concatenated with the dose description text
Structured dose direction clusterCareConnect-DCH-MedicationStatement-1.dosage.additionalInstructionOptionalMedicationStatement.additionalInstruction to be used as a string element for "Continue Indefinitely"; "Do not discontinue" and "Stop when course complete".
Dose direction durationCareConnect-DCH-MedicationStatement-1.dosage.additionalInstructionOptionalStructured duration instructions may use the FHIR element MedicationStatement.effective[x].effectivePeriod otherwise FHIR element MedicationStatement.note as a degrade to text.
Additional instructionCareConnect-DCH-MedicationStatement-1.noteOptional

Medication Statement for Changed Medications

If a medication is changed, the changeSummary extension for the [new] medication should be completed as follows:

DCH Data ItemFHIR Resource elementMandatory/
Required/
Optional
Notes
statusCareConnect-DCH-MedicationStatement-1.Extension-CareConnect-MedicationChangeSummary-1.statusOptional
IndicationCareConnect-DCH-MedicationStatement-1.Extension-CareConnect-MedicationChangeSummary-1.indicationOptional
Date of ChangeCareConnect-DCH-MedicationStatement-1.Extension-CareConnect-MedicationChangeSummary-1.dateChangedOptional
Description of AmendmentCareConnect-DCH-MedicationStatement-1.Extension-CareConnect-MedicationChangeSummary-1.detailsOfAmendmentOptional

Medication Statement for Medical Devices (not coded in dm+d)

Some medical devices, trial drugs, non-UK sourced drugs etc. are not coded in dm+d. In these cases, the same pattern as for Medication Statement (Active Medications) should be following, using Medication.code.text, rather than Medication.code.

DCH Data ItemFHIR Resource elementMandatory/
Required/
Optional
Notes
Medication Device Entry (not in dm+d)CareConnect-DCH-Medication-1.code.textOptionalMedication and medical devices not in dm+d should use Medication.code.text, and follow the same pattern as Medication Statement (Active Medications)

Medication Statement for Discontinued Medications

Discontinued medications uses a List resource to bound all the discontinued medications. Discontinued medications include those that have been stopped during this episode of care.

The Child Health Event data items are fulfilled by elements within the FHIR resources listed below:

Medication Statement List (Discontinued Medications)

Note that CareConnect-ITK-Medication-List-1.entry.flag & CareConnect-ITK-Medication-List-1.entry.emptyReason must not be used.

DCH Data ItemFHIR Resource elementMandatory/
Required/
Optional
Notes
List.codeCareConnect-ITK-Medication-List-1.codeMandatoryFixed value code="1102191000000100" display="Discontinued medications" system="http://snomed.info/sct"
List.statusCareConnect-ITK-Medication-List-1.statusMandatoryFixed value="current"
List.modeCareConnect-ITK-Medication-List-1.modeMandatoryFixed value="snapshot"
List.titleCareConnect-ITK-Medication-List-1.titleMandatoryFixed value="Medication Discontinued List"
List.subjectCareConnect-ITK-Medication-List-1.subjectMandatory
List.encounterCareConnect-ITK-Medication-List-1.encounterMandatory
List.dateCareConnect-ITK-Medication-List-1.dateMandatoryThe date the List was created
List.sourceCareConnect-ITK-Medication-List-1.sourceMandatoryThe practitioner who created the List
List.entry.itemCareConnect-ITK-Medication-List-1.entry.itemMandatoryLink to the discontinued MedicationStatement

Medication Statement (Discontinued Medications)

DCH Data ItemFHIR Resource elementMandatory/
Required/
Optional
Notes
Name of discontinued medicationCareConnect-DCH-Medication-1.codeRequiredWhere medication code is not known, the name of the medication should be sent as text in Medication.code.text
StatusCareConnect-DCH-MedicationStatement-1.statusMandatoryFixed value="stopped"
IndicationCareConnect-DCH-MedicationStatement-1.reasonCode.textOptional
Date of latest changeCareConnect-DCH-MedicationStatement-1.effectiveDateTimeOptional
Description of amendmentCareConnect-DCH-MedicationStatement-1.noteOptional
CommentCareConnect-DCH-MedicationStatement-1.noteOptional

Reference Linkage Diagram

This Linkage diagram defines the required references that SHALL be made between resources within the DCH Event Message bundle. It includes both Header and Payload resources (but omits the DCH-Bundle-1 wrapper).

Medication Statement Event Bundle XML Example

Medication Statement Event Bundle JSON Example

Tags: fhir