FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageans.fhir.fr.sas
Resource TypeValueSet
IdValueSet-sas-sos-valueset-participant-status.json
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/fhir/sas/1.2.0/ValueSet-sas-sos-valueset-participant-status.html
URLhttps://interop.esante.gouv.fr/ig/fhir/sas/ValueSet/sas-sos-valueset-participant-status
Version1.2.0
Statusactive
Date2025-11-24T14:15:43+00:00
NameParticipantStatusSASSOS
TitleStatut participant SAS SOS
Realmfr
Authoritynational
DescriptionStatut du participant RDV SAS SOS

Resources that use this resource

StructureDefinition
sas-sos-appointmentFrAppointmentSASSOS

Resources that this resource uses

CodeSystem
participationstatusParticipationStatus

Narrative

Note: links and images are rebased to the (stated) source

Narratif généré : EnsembleValeurs sas-sos-valueset-participant-status

  • Include ce(s) code(s) tel quil(s) est (sont) défini(s) dans http://hl7.org/fhir/participationstatus version 📦4.0.1
    CodeDisplayDéfinition
    acceptedRDV accepté par le PS effecteur de soinsThe participant has accepted the appointment.
    needs-actionRDV en attente de confirmation par le PS effecteur de soinsThe 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"
          }
        ]
      }
    ]
  }
}