omoponfhir / omoponfhir-main

Main OMOPonFHIR Settings
Apache License 2.0
45 stars 15 forks source link

Cannot find the api endpoint for MedicationAdministration resource type for concerting FHIR to OMOP #16

Open chad-databricks opened 2 years ago

chad-databricks commented 2 years ago

Hi,

Can you tell me how to post the FHIR request with MedicationAdministration resource type?

Thanks, Chad

myungchoi commented 2 years ago

MedicationAdminstration has not yet implemented. MedicationStatement is getting all drugs from the drug_exposure table. Thus, you can use MedicationStatement if you need to get drug information.