| Package | ans.fhir.fr.gap |
| Resource Type | SearchParameter |
| Id | GAP-Appointment-priority |
| FHIR Version | R4 |
| Source | https://interop.esante.gouv.fr/ig/fhir/gap/https://interop.esante.gouv.fr/ig/fhir/gap/3.0.0/SearchParameter-GAP-Appointment-priority.html |
| URL | https://interop.esante.gouv.fr/ig/fhir/gap/SearchParameter/GAP-Appointment-priority |
| Version | 3.0.0 |
| Status | active |
| Date | 2024-04-29T12:51:59+00:00 |
| Name | GAP_Appointment_priority |
| Realm | fr |
| Authority | national |
| Description | Priority of the appointment |
| Type | token |
| CapabilityStatement | |
| GAP-Consommateur | CI-SIS Gestion-d-Agendas-Partages - ConsommateurGAP |
| GAP-GestionnaireAgenda | CI-SIS Gestion-d-Agendas-Partages - GestionnaireAgendaGAP |
No resources found
Note: links and images are rebased to the (stated) source
Parameter priority:token
Priority of the appointment
| Resource | Appointment |
| Expression | Appointment.priority |
| Processing Mode | Normal |
| Multiples |
|
{
"resourceType": "SearchParameter",
"id": "GAP-Appointment-priority",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://interop.esante.gouv.fr/ig/fhir/gap/SearchParameter/GAP-Appointment-priority",
"version": "3.0.0",
"name": "GAP_Appointment_priority",
"status": "active",
"date": "2024-04-29T12:51:59+00:00",
"publisher": "ANS",
"contact": [
{
"name": "ANS",
"telecom": [
{
"system": "url",
"value": "https://esante.gouv.fr"
}
]
}
],
"description": "Priority of the appointment",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "FR",
"display": "FRANCE"
}
]
}
],
"code": "priority",
"base": [
"Appointment"
],
"type": "token",
"expression": "Appointment.priority",
"xpathUsage": "normal",
"multipleOr": false,
"multipleAnd": false
}