|
|
# Medication Mapping
|
|
|

|
|
|
|
|
|
:information_source: Only Medication resources with one of the following status values are written to OMOP CDM: "active", "inactive".
|
|
|
:information_source: Only Medication resources with one of the following status values are written to OMOP CDM: "active".
|
|
|
|
|
|
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.
|
|
|
|
... | ... | @@ -16,7 +16,6 @@ When processing MedicationAdministration/MedicationStatement resources, the tabl |
|
|
| | | type | | default value: "MEDICATION" |
|
|
|
| id | | fhir_logical_id | | prefix "med-"|
|
|
|
| identifier.value | | fhir_identifier | | prefix "med-" |
|
|
|
| | | omop_id | | This id is generated for each medication resource manually. |
|
|
|
| code.coding.code | | atc | | ATC-Code <br> WHERE system = "http://fhir.de/CodeSystem/dimdi/atc" |
|
|
|
|
|
|
## Example
|
... | ... | @@ -76,6 +75,6 @@ When processing MedicationAdministration/MedicationStatement resources, the tabl |
|
|
### Output OMOP table
|
|
|
+ MEDICATION_ID_MAP
|
|
|
|
|
|
|fhir_omop_id|type|fhir_logical_id|fhir_identifier|omop_id|atc|
|
|
|
|:----:|:----:|:----:|:----:|:----:|:----:|
|
|
|
|1|MEDICATION|med-id-d10af0f92b077d2d|med-id-d10af0f92b077d2d|1|J02AC04| |
|
|
\ No newline at end of file |
|
|
|fhir_omop_id|type|fhir_logical_id|fhir_identifier|atc|
|
|
|
|:----:|:----:|:----:|:----:|:----:|
|
|
|
|1|MEDICATION|med-id-d10af0f92b077d2d|med-id-d10af0f92b077d2d|J02AC04| |
|
|
\ No newline at end of file |