Skip to content

Commit

Permalink
Allow location resource uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Mar 6, 2024
1 parent 20c8c59 commit eeae360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/resourceUploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { INTERMEDIATE_FHIR_SERVER_BASE } from './config';
const allowableResourceTypes = [
//'Patient', this is loaded separately
'Organization',
'Location',
'Practitioner',
'Device',
'Medication',
Expand Down

0 comments on commit eeae360

Please sign in to comment.