Skip to content

Commit

Permalink
Merge pull request #33 from sameeragunarathne/pre-built-services-hot-fix
Browse files Browse the repository at this point in the history
Update latest ccdatofhir package dependency
  • Loading branch information
sameeragunarathne authored Oct 3, 2023
2 parents 6853bef + f9b7466 commit 61d3445
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions transformation/ccda-to-fhirr4-service/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.9.3"
version = "2.9.4"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -372,14 +372,25 @@ dependencies = [
{org = "ballerinax", name = "health.fhir.r4"}
]

[[package]]
org = "ballerinax"
name = "health.fhir.r4.uscore501"
version = "1.0.7"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "log"},
{org = "ballerinax", name = "health.fhir.r4"}
]

[[package]]
org = "ballerinax"
name = "health.fhir.r4utils.ccdatofhir"
version = "1.0.0"
version = "1.0.1"
dependencies = [
{org = "ballerina", name = "log"},
{org = "ballerinax", name = "health.fhir.r4"},
{org = "ballerinax", name = "health.fhir.r4.international401"}
{org = "ballerinax", name = "health.fhir.r4.international401"},
{org = "ballerinax", name = "health.fhir.r4.uscore501"}
]
modules = [
{org = "ballerinax", packageName = "health.fhir.r4utils.ccdatofhir", moduleName = "health.fhir.r4utils.ccdatofhir"}
Expand Down

0 comments on commit 61d3445

Please sign in to comment.