Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MHD FHIR simulators
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gazelle
Public
Simulation
MHD FHIR simulators
Commits
3a54bff5
Commit
3a54bff5
authored
9 months ago
by
romuald dubourg
Browse files
Options
Downloads
Patches
Plain Diff
[Init] First Commit
parent
5c5d85a4
No related branches found
No related tags found
No related merge requests found
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
mhd-fhir-server-simulator/src/main/resources/application.properties
+7
-0
7 additions, 0 deletions
...erver-simulator/src/main/resources/application.properties
pom.xml
+24
-0
24 additions, 0 deletions
pom.xml
settings.xml
+19
-0
19 additions, 0 deletions
settings.xml
with
50 additions
and
0 deletions
mhd-fhir-server-simulator/src/main/resources/application.properties
0 → 100644
+
7
−
0
View file @
3a54bff5
nist.fhir.toolkit.endpoint
=
http://localhost:7080/fhir
activate.http.validator
=
false
http.validation.name
=
CH-ITI-78-Patient-Mobile Patient Demographics Query-ValidationProfile
http.validation.schematron.name
=
a
activate.fhir.validator
=
false
fhir.validation.name
=
a
fhir.validation.schematron.name
=
a
This diff is collapsed.
Click to expand it.
pom.xml
0 → 100644
+
24
−
0
View file @
3a54bff5
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
gazelle.ihe.net
</groupId>
<artifactId>
mhd-fhir-simulators
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
MHD FHIR Server Simulator
</name>
<properties>
<maven.compiler.source>
17
</maven.compiler.source>
<maven.compiler.target>
17
</maven.compiler.target>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<modules>
<module>
mhd-fhir-server-simulator
</module>
</modules>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
settings.xml
0 → 100644
+
19
−
0
View file @
3a54bff5
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<settings
xmlns=
"http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"
>
<servers>
<!-- server configuration for releases -->
<server>
<id>
nexus-releases
</id>
<username>
${ARTIFACT_RELEASE_REPOSITORY_USER}
</username>
<password>
${ARTIFACT_RELEASE_REPOSITORY_PASS}
</password>
</server>
<!-- server configuration for snapshot publishes -->
<server>
<id>
nexus-snapshots
</id>
<username>
${ARTIFACT_RELEASE_REPOSITORY_USER}
</username>
<password>
${ARTIFACT_RELEASE_REPOSITORY_PASS}
</password>
</server>
</servers>
</settings>
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment