Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 19 additions & 5 deletions davincihrex100/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.12.2"
distribution-version = "2201.12.8"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -44,7 +44,7 @@ modules = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.9.0"
version = "2.9.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -53,7 +53,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "data.jsondata"
version = "1.1.0"
version = "1.1.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.object"}
Expand Down Expand Up @@ -84,7 +84,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.14.2"
version = "2.14.6"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -357,7 +357,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "health.fhir.r4"
version = "6.1.0"
version = "6.1.2"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "http"},
Expand Down Expand Up @@ -385,12 +385,26 @@ dependencies = [
{org = "ballerina", name = "log"},
{org = "ballerinax", name = "health.clients.fhir"},
{org = "ballerinax", name = "health.fhir.r4"},
{org = "ballerinax", name = "health.fhir.r4.international401"},
{org = "ballerinax", name = "health.fhir.r4.uscore501"}
]
modules = [
{org = "ballerinax", packageName = "health.fhir.r4.davincihrex100", moduleName = "health.fhir.r4.davincihrex100"}
]

[[package]]
org = "ballerinax"
name = "health.fhir.r4.international401"
version = "3.0.1"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "log"},
{org = "ballerinax", name = "health.fhir.r4"}
]
modules = [
{org = "ballerinax", packageName = "health.fhir.r4.international401", moduleName = "health.fhir.r4.international401"}
]

[[package]]
org = "ballerinax"
name = "health.fhir.r4.uscore501"
Expand Down
130 changes: 130 additions & 0 deletions davincihrex100/extensions.bal
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
// Copyright (c) 2025, WSO2 LLC. (http://www.wso2.com).

// WSO2 LLC. licenses this file to you under the Apache License,
// Version 2.0 (the "License"); you may not use this file except
// in compliance with the License.
// You may obtain a copy of the License at

// http://www.apache.org/licenses/LICENSE-2.0

// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

// AUTO-GENERATED FILE.
// This file is auto-generated by Ballerina.

import ballerinax/health.fhir.r4;


@r4:DataTypeDefinition {
name: "ExtensionItemAuthorizedDate",
baseType: (),
elements: {
"url": {
name: "url",
dataType: string,
min: 1,
max: 1,
isArray: false,
description: "Source of the definition for the extension code - a logical name or a URL.",
path: "Extension.url"
}

},
serializers: {
'xml: r4:complexDataTypeXMLSerializer,
'json: r4:complexDataTypeJsonSerializer
}
}

public type ExtensionItemAuthorizedDate record {|
*r4:ExtensionExtension;

"http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemAuthorizedDate" url = "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemAuthorizedDate";
|};

@r4:DataTypeDefinition {
name: "ExtensionItemAuthorizedProvider",
baseType: (),
elements: {
"url": {
name: "url",
dataType: string,
min: 1,
max: 1,
isArray: false,
description: "Source of the definition for the extension code - a logical name or a URL.",
path: "Extension.url"
}

},
serializers: {
'xml: r4:complexDataTypeXMLSerializer,
'json: r4:complexDataTypeJsonSerializer
}
}

public type ExtensionItemAuthorizedProvider record {|
*r4:ExtensionExtension;

"http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemAuthorizedProvider" url = "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemAuthorizedProvider";
|};

@r4:DataTypeDefinition {
name: "ExtensionItemPreAuthIssueDate",
baseType: (),
elements: {
"url": {
name: "url",
dataType: string,
min: 1,
max: 1,
isArray: false,
description: "Source of the definition for the extension code - a logical name or a URL.",
path: "Extension.url"
}

},
serializers: {
'xml: r4:complexDataTypeXMLSerializer,
'json: r4:complexDataTypeJsonSerializer
}
}

public type ExtensionItemPreAuthIssueDate record {|
*r4:ExtensionExtension;

"http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemPreAuthIssueDate" url = "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemPreAuthIssueDate";
|};

@r4:DataTypeDefinition {
name: "ExtensionItemTraceNumber",
baseType: (),
elements: {
"url": {
name: "url",
dataType: string,
min: 1,
max: 1,
isArray: false,
description: "Source of the definition for the extension code - a logical name or a URL.",
path: "Extension.url"
}

},
serializers: {
'xml: r4:complexDataTypeXMLSerializer,
'json: r4:complexDataTypeJsonSerializer
}
}

public type ExtensionItemTraceNumber record {|
*r4:ExtensionExtension;

"http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemTraceNumber" url = "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemTraceNumber";
|};

Loading
Loading