Service d'Accès aux Soins
1.1.0 - trial-implementation
This page is part of the Service d'Accès aux Soins (v1.1.0: trial-use - Mixed Normative and STU) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Active as of 2024-12-10 |
{
"resourceType" : "ValueSet",
"id" : "sas-sos-valueset-participant-status",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet sas-sos-valueset-participant-status</b></p><a name=\"sas-sos-valueset-participant-status\"> </a><a name=\"hcsas-sos-valueset-participant-status\"> </a><a name=\"sas-sos-valueset-participant-status-fr-FR\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-participationstatus.html\"><code>http://hl7.org/fhir/participationstatus</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-participationstatus.html#participationstatus-accepted\">accepted</a></td><td>RDV accepté par le PS effecteur de soins</td><td>The participant has accepted the appointment.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-participationstatus.html#participationstatus-needs-action\">needs-action</a></td><td>RDV en attente de confirmation par le PS effecteur de soins</td><td>The participant needs to indicate if they accept the appointment by changing this status to one of the other statuses.</td></tr></table></li></ul></div>"
},
"url" : "https://interop.esante.gouv.fr/ig/fhir/sas/ValueSet/sas-sos-valueset-participant-status",
"version" : "1.1.0",
"name" : "ParticipantStatusSASSOS",
"title" : "Statut participant SAS SOS",
"status" : "active",
"date" : "2024-12-10T11:31:02+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"
}
]
}
]
}
}