Skip to content

Commit

Permalink
Merge pull request #62 from GevinHasmitha/validator-service
Browse files Browse the repository at this point in the history
Add validator service
  • Loading branch information
sameeragunarathne authored Mar 13, 2024
2 parents c08f933 + 778f63f commit f3c7e73
Show file tree
Hide file tree
Showing 6 changed files with 607 additions and 0 deletions.
4 changes: 4 additions & 0 deletions miscellaneous/validator-service/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
target
generated
Config.toml
.devcontainer.json
18 changes: 18 additions & 0 deletions miscellaneous/validator-service/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[package]
org = "wso2"
name = "validator_service"
version = "0.1.0"
distribution = "2201.8.1"

[build-options]
observabilityIncluded = true

[[dependency]]
org = "ballerinax"
name = "health.fhir.r4.validator"
version = "4.2.0"

[[dependency]]
org = "ballerinax"
name = "health.fhir.r4"
version = "4.3.3"
Loading

0 comments on commit f3c7e73

Please sign in to comment.