Skip to content

Commit

Permalink
Add ALLOW_FHIR_SCHEMA_FHIR_INCOMPATIBLE_EXTENSIONS in `Notify via Cus…
Browse files Browse the repository at this point in the history
…tom Resources`
  • Loading branch information
ryukzak committed Jul 29, 2024
1 parent 51306a3 commit 1c705d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aidbox-notify-via-custom-resources/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ window.bootstrap = async () => {
name: "TutorNotification",
base: "DomainResource",
kind: "resource",
ALLOW_FHIR_SCHEMA_FHIR_INCOMPATIBLE_EXTENSIONS: true,
derivation: "specialization",
required: ["sendAfter", "status", "subject", "template", "type"],
elements: {
Expand Down

0 comments on commit 1c705d2

Please sign in to comment.