... | ... | @@ -8,14 +8,14 @@ However, the MedicationMapper is used to obtain information about the ATC coding |
|
|
When processing MedicationAdministration resources, the table "FHIR_ID_TO_OMOP_ID_MAP" is used. Each MedicationAdministration resource contains a reference to a medication resource. This reference (the `identifer` and/or `logical_id` of the medication resource) can be used to search for the corresponding ATC coding in the table.
|
|
|
|
|
|
## Medication to FHIR_ID_TO_OMOP_ID_MAP
|
|
|
| FHIR | OMOP | Comments |
|
|
|
| ------ | ------ | ------ |
|
|
|
| | fhir_omop_id | This id is generated for each medication resource automatically. |
|
|
|
| | type | default value: "MEDICATION" |
|
|
|
| id | logical_id | |
|
|
|
| identifier.value | identifier | |
|
|
|
| | omop_id | This id is generated for each medication resource manually. |
|
|
|
| code.coding.code | omop_table | ATC-Code <br> WHERE system = "http://fhir.de/CodeSystem/dimdi/atc" |
|
|
|
| FHIR | FHIR - required | OMOP | OMOP - required | Comments |
|
|
|
| ------ | ------ | ------ | ------ | ------ |
|
|
|
| | | fhir_omop_id | | This id is generated for each medication resource automatically. |
|
|
|
| | | type | | default value: "MEDICATION" |
|
|
|
| id | | logical_id | | |
|
|
|
| identifier.value | | identifier | | |
|
|
|
| | | omop_id | | This id is generated for each medication resource manually. |
|
|
|
| code.coding.code | | omop_table | | ATC-Code <br> WHERE system = "http://fhir.de/CodeSystem/dimdi/atc" |
|
|
|
|
|
|
## Example
|
|
|
|
... | ... | |