PROTECT-CHILD Pediatric Transplant Data Implementation Guide, published by Protect Child. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/protect-child/ and changes regularly. See the Directory of published versions
Primary profile: ConcomitantMedication (MedicationStatement)
Cardinality key — M = Mandatory (1..1) · R = Recommended (0..1) · O = Optional (0..1)
Concomitant medications are any non-immunosuppressant drugs the recipient is taking at the time of a given visit.
| DM field | Card. | FHIR path | Notes |
|---|---|---|---|
| concomitant_medication_id | M | MedicationStatement.identifier.value |
|
| visit_id | M | MedicationStatement.context |
Reference(Visit) |
| medication_name | R | MedicationStatement.medicationCodeableConcept.text |
Free text |
| dose | R | MedicationStatement.dosage.doseAndRate.doseQuantity |
|
| start_date | R | MedicationStatement.effectivePeriod.start |
|
| status | R | MedicationStatement.status |
Ongoing → #active; Ended → #completed |
| end_date | R | MedicationStatement.effectivePeriod.end |
Only populated when status = #completed |