Mentions légales du service

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

Update Mcsd documentation

parent 3f9b4d02
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,9 @@ status: validated
## Description
The MCSD FHIR Simulator acts like a server to return queried resources.
It have a validation process to check if the Header + Body + URL are compliant regarding the CH specification.
It have a validation process to check if the Header + Body + URL are compliant regarding the IHE specification.
The version 1.0.0 implements ONLY CH profile.
The version 1.0.0 implements ONLY Organization, Practitioner and PractitionerRole MCSD FHIR resources.
## Prerequisite
......@@ -73,8 +73,7 @@ And all the fields `resourcesDirectory` can be any path, BUT the `resourceType`
## Find Matching Care Services (ITI-90)
- [IHE Specifications](https://profiles.ihe.net/ITI/mCSD/ITI-90.html) (NOT SUPPORTED in 1.0.0)
- [CH Specifications](https://fhir.ch/ig/ch-epr-mhealth/iti-90.html)
- [IHE Specifications](https://profiles.ihe.net/ITI/mCSD/ITI-90.html)
## Overview
......@@ -82,11 +81,11 @@ Here is a quick overview of the available functionality from MCSD Fhir Simulator
| Operation | HTTP Methods | URL to call | Entry parameter | Returned value | Remarks|
|-----------|--------------|-------------|-----------------|----------------|---|
| Retrieve Care Services Resource | GET | ```https://example.com/mcsd-simulator/fhir/ch/{Resource}/{id}``` | ID for a specific ITI-90 MCSD Fhir resource | the desired ITI-90 Resource |/|
| Find Matching Care Services | GET | ```https://example.com/mcsd-simulator/fhir/ch/{Resource}?name=value&...{&_format=[mime-type]}}``` | Parameters to search for specific ITI-90 MCSD Fhir resourceITI-90 | A bundle containing 0 to many ITI-90 MCSD Fhir Specific corresponding to search criteria | /|
| Find Matching Care Services | POST | ```https://example.com/mcsd-simulator/fhir/ch/{Resource}/_search{?[parameters]{&_format=[mime-type]}}``` | Parameters to search for specific ITI-90 MCSD Fhir resourceITI-90 | A bundle containing 0 to many ITI-90 MCSD Fhir Specific corresponding to search criteria | The parameters have to be provided in the body with a `Content-Type: application/x-www-form-urlencoded `|
| Retrieve Care Services Resource | GET | ```https://example.com/mcsd-simulator/fhir/ihe/{Resource}/{id}``` | ID for a specific ITI-90 MCSD Fhir resource | the desired ITI-90 Resource |/|
| Find Matching Care Services | GET | ```https://example.com/mcsd-simulator/fhir/ihe/{Resource}?name=value&...{&_format=[mime-type]}}``` | Parameters to search for specific ITI-90 MCSD Fhir resourceITI-90 | A bundle containing 0 to many ITI-90 MCSD Fhir Specific corresponding to search criteria | /|
| Find Matching Care Services | POST | ```https://example.com/mcsd-simulator/fhir/ihe/{Resource}/_search{?[parameters]{&_format=[mime-type]}}``` | Parameters to search for specific ITI-90 MCSD Fhir resourceITI-90 | A bundle containing 0 to many ITI-90 MCSD Fhir Specific corresponding to search criteria | The parameters have to be provided in the body with a `Content-Type: application/x-www-form-urlencoded `|
Capability statement of the application can be found with : <https://example.com/mcsd-simulator/fhir/ch/metadata>
Capability statement of the application can be found with : <https://example.com/mcsd-simulator/fhir/ihe/metadata>
As described in [HAPI FHIR resources](https://hapifhir.io/hapi-fhir/docs/server_plain/rest_operations_operations.html), some strings are automatically escaped when the FHIR server parses URLs:
......
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