Skip to content

Commit

Permalink
Updating code systems
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmakh committed May 17, 2023
1 parent 4b0e947 commit 2b4c2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/examples/candid-health/sync-candid-tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export async function handler(medplum: MedplumClient, event: BotEvent): Promise<
resourceType: 'Encounter',
identifier: [
{
system: 'https://api-staging.joincandidhealth.com/api/v1/encounters',
system: 'https://joincandidhealth.com/encounter/id',
value: candidTask.encounter_id,
},
],
Expand All @@ -42,7 +42,7 @@ export async function handler(medplum: MedplumClient, event: BotEvent): Promise<
resourceType: 'Task',
identifier: [
{
system: 'https://api-staging.joincandidhealth.com/api/v1/tasks',
system: 'https://api-staging.joincandidhealth.com/task/id',
value: candidTask.task_id,
},
],
Expand Down

0 comments on commit 2b4c2d1

Please sign in to comment.