You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select distinct cat_coding.code as category_code
from
core__medicationrequest mr,
unnest(mr.category) AS t (mr_cat),
unnest(mr_cat.coding) AS t (cat_coding)
https://github.com/smart-on-fhir/cumulus-library/blob/main/cumulus_library/studies/core/medication_request.sql
https://hl7.org/fhir/medicationrequest-definitions.html#MedicationRequest.category
https://hl7.org/fhir/medicationrequest-definitions.html#MedicationRequest.encounter
The text was updated successfully, but these errors were encountered: