FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include ce(s) code(s) tel quil(s) est (sont) défini(s) dans
http://hl7.org/fhir/participationstatus version 📦4.0.1| Code | Display | Définition |
| accepted | RDV accepté par le PS effecteur de soins | The participant has accepted the appointment. |
| needs-action | RDV en attente de confirmation par le PS effecteur de soins | The participant needs to indicate if they accept the appointment by changing this status to one of the other statuses. |
Source1
{
"resourceType": "ValueSet",
"id": "sas-sos-valueset-participant-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://interop.esante.gouv.fr/ig/fhir/sas/ValueSet/sas-sos-valueset-participant-status",
"version": "1.2.0",
"name": "ParticipantStatusSASSOS",
"title": "Statut participant SAS SOS",
"status": "active",
"experimental": false,
"date": "2025-11-24T14:15:43+00:00",
"publisher": "ANS",
"contact": [
{
"name": "ANS",
"telecom": [
{
"system": "url",
"value": "https://esante.gouv.fr"
}
]
}
],
"description": "Statut du participant RDV SAS SOS",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "FR",
"display": "FRANCE"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/participationstatus",
"concept": [
{
"code": "accepted",
"display": "RDV accepté par le PS effecteur de soins"
},
{
"code": "needs-action",
"display": "RDV en attente de confirmation par le PS effecteur de soins"
}
]
}
]
}
}