FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/sas-sos-valueset-participant-status

Packageans.fhir.fr.sas
TypeValueSet
Idsas-sos-valueset-participant-status
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/fhir/sas/https://interop.esante.gouv.fr/ig/fhir/sas/1.1.0/ValueSet-sas-sos-valueset-participant-status.html
URLhttps://interop.esante.gouv.fr/ig/fhir/sas/ValueSet/sas-sos-valueset-participant-status
Version1.1.0
Statusactive
Date2024-12-10T11:31:02+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

No resources found


Narrative

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

Generated Narrative: ValueSet sas-sos-valueset-participant-status

  • Include these codes as defined in http://hl7.org/fhir/participationstatus
    CodeDisplayDefinition
    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.

Source

{
  "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.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"
          }
        ]
      }
    ]
  }
}