|
|
# Medication Mapping
|
|
|

|
|
|
|
|
|
The content of medication resources is not directly used to fill an already existing table in OMOP. The reason for this is that the DRUG_STRENGTH table is already filled with the vocabulary for medications.
|
|
|
:information_source: Only Medication resources with one of the following status values are written to OMOP CDM: "active", "inactive".
|
|
|
|
|
|
The content of Medication resources is not directly used to fill an already existing table in OMOP. The reason for this is that the DRUG_STRENGTH table is already filled with the vocabulary for medications.
|
|
|
|
|
|
However, the MedicationMapper is used to obtain information about the ATC code of an administered medication. Therefore a new table in the "cds_etl_helper" schema called "MEDICATION_ID_MAP" is created. This table contains the mapping between the `fhir_logical_id` and `fhir_identifier` of a medication resource and the ATC code of the medication.
|
|
|
|
... | ... | |