Skip to content

Commit

Permalink
fix(medicationCriteria): correct param route name
Browse files Browse the repository at this point in the history
  • Loading branch information
pl-buiquang committed Oct 12, 2023
1 parent 7656f60 commit afc4d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/cohortCreation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const RESSOURCE_TYPE_MEDICATION_REQUEST: 'MedicationRequest' = 'MedicationReques
const RESSOURCE_TYPE_MEDICATION_ADMINISTRATION: 'MedicationAdministration' = 'MedicationAdministration' // = Administration
const MEDICATION_CODE = 'medication'
const MEDICATION_PRESCRIPTION_TYPE = 'type'
const MEDICATION_ADMINISTRATION = 'route'
const MEDICATION_ADMINISTRATION = 'dosage-route'

const RESSOURCE_TYPE_OBSERVATION: 'Observation' = 'Observation'
const OBSERVATION_CODE = 'code'
Expand Down

0 comments on commit afc4d95

Please sign in to comment.