Skip to content

Commit

Permalink
Add providerName extension URL to FHIRExtensionUrl enum (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski authored Sep 10, 2024
1 parent 0082e08 commit cc87beb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/models/src/codes/codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export enum FHIRExtensionUrl {
minimumDailyDose = 'http://engagehf.bdh.stanford.edu/fhir/StructureDefinition/Medication/extension/minimumDailyDose',
targetDailyDose = 'http://engagehf.bdh.stanford.edu/fhir/StructureDefinition/Medication/extension/targetDailyDose',
totalDailyDose = 'http://engagehf.bdh.stanford.edu/fhir/StructureDefinition/MedicationRequest/extension/totalDailyDose',
providerName = 'http://engagehf.bdh.stanford.edu/fhir/StructureDefinition/Appointment/extension/providerName',
}

export enum CodingSystem {
Expand Down

0 comments on commit cc87beb

Please sign in to comment.