Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the new project in health tool learn page #8324

Merged
Merged
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions swan-lake/integration-tools/health-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Follow the steps below to try out an example use case of the Health tool.

Clone the [artifacts of the example](https://github.com/ballerina-guides/healthcare-samples/tree/main/working_with_health_tool) and extract them to a preferred location.

>**Info:** The cloned directory includes the artifacts that will be required to try out this example (Ballerina project and the FHIR specification files). This Ballerina project includes the [`Ballerina.toml`](https://github.com/ballerina-guides/healthcare-samples/blob/main/working_with_health_tool/Ballerina.toml) file, which specifies the dependency of the package (name and version) that is to be generated. Also, the [`main.bal`](https://github.com/ballerina-guides/healthcare-samples/blob/main/working_with_health_tool/main.bal) file includes the import of it together with the business logic/mapping implemented using the generated FHIR resource records.
>**Info:** The cloned directory includes the artifacts that will be required to try out this example (Ballerina project and the FHIR specification files). This Ballerina project includes the [`carinbb_service_api/Ballerina.toml`](https://github.com/ballerina-guides/healthcare-samples/blob/main/working_with_health_tool/carinbb_service_api/Ballerina.toml) file, which specifies the dependency of the package (name and version) that is to be generated. Also, the [`carinbb_service_api/main.bal`](https://github.com/ballerina-guides/healthcare-samples/blob/main/working_with_health_tool/carinbb_service_api/main.bal) file includes the import of it together with the business logic/mapping implemented using the generated FHIR resource records.
praneesha marked this conversation as resolved.
Show resolved Hide resolved

### Generate the package

Expand Down Expand Up @@ -103,9 +103,9 @@ Follow the steps below to run the Health tool and create the Ballerina package.

Follow the steps below to use the generated package by running the cloned Ballerina project.

1. Navigate to the cloned `working_with_health_tool` directory.
1. Navigate to the cloned `working_with_health_tool/carinbb_service_api` directory.

>**Info:** You can change the dependency (name and version) of the generated package in the [`Ballerina.toml`](https://github.com/ballerina-guides/healthcare-samples/blob/main/working_with_health_tool/Ballerina.toml) file of this cloned Ballerina project directory as preferred.
>**Info:** You can change the dependency (name and version) of the generated package in the [`carinbb_service_api/Ballerina.toml`](https://github.com/ballerina-guides/healthcare-samples/blob/main/working_with_health_tool/carinbb_service_api/Ballerina.toml) file of this cloned Ballerina project directory as preferred.

2. Run the cloned Ballerina project and validate the output.

Expand Down