Mentions légales du service

Skip to content
Snippets Groups Projects
Commit dd11cd7e authored by Alexandre Pocinho's avatar Alexandre Pocinho
Browse files

add FhirSimulator documentation

parent 6ce21c94
No related branches found
No related tags found
No related merge requests found
#---
#title: Release note
#subtitle: FHIR Simulator
#toolversion: 1.1.0
#releasedate: 2024-06-21
#authors: Achraf ACHKARI-BEGDOURI / Romuald DUBOURG
#function: Software Engineer
#customer: IHE Europe
#reference:
#---
The FHIR Simulator is a project that gives all tools needed to implement a custom FHIR Simulator for a custom profile.
It is in v1.1.0 a library that can be imported in your pom.xml project
# Sources & binaries
- Link to project : https://gitlab.inria.fr/gazelle/public/simulation/fhir-simulators
- Declaration in your pom.xml
```xml
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>fhir-server-simulator</artifactId>
<version>1.1.0</version> <!-- or any version -->
<exclusions>
<exclusion>
<artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
<exclusion>
<artifactId>xpp3</artifactId>
<groupId>org.ogce</groupId>
</exclusion>
</exclusions>
</dependency>
```
#---
#title: Release note
#subtitle: FHIR Simulator
#toolversion: 1.1.0
#releasedate: 2024-06-21
#authors: Achraf ACHKARI-BEGDOURI / Romuald DUBOURG
#function: Software Engineer
#customer: IHE Europe
#reference:
#---
_Release date: 2024-06-21_
# All changes
__Story__
* \[[FHIRSIMU-25](https://gazelle.ihe.net/jira/browse/FHIRSIMU-25)\] Validate Fhir Resource with HTTP Val
# Dependencies
# Remarks
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment