Skip to content

Commit

Permalink
Merge pull request #580 from masslight/529/in-person-tag
Browse files Browse the repository at this point in the history
adds in-person appointment tag
  • Loading branch information
GiladSchneider authored Nov 14, 2024
2 parents ba7b129 + c552a38 commit 8239ebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ export const performTransactionalFhirRequests = async (input: TransactionInput):
const apptResource: Appointment = {
resourceType: 'Appointment',
meta: {
tag: [{ code: OTTEHR_MODULE.TM }],
tag: [{ code: visitService === 'in-person' ? OTTEHR_MODULE.UC : OTTEHR_MODULE.TM }],
},
participant: participants,
start: startTimeToISO,
Expand Down

0 comments on commit 8239ebf

Please sign in to comment.