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

FHIR IG Statistics: SearchParameter/GAP-Appointment-description

Packageans.fhir.fr.gap
TypeSearchParameter
IdGAP-Appointment-description
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/fhir/gap/https://interop.esante.gouv.fr/ig/fhir/gap/3.0.0/SearchParameter-GAP-Appointment-description.html
URLhttps://interop.esante.gouv.fr/ig/fhir/gap/SearchParameter/GAP-Appointment-description
Version3.0.0
Statusactive
Date2024-04-29T12:51:59+00:00
NameGAP_Appointment_description
Realmfr
Authoritynational
DescriptionComment or title of the appointment
Typestring

Resources that use this resource

CapabilityStatement
GAP-ConsommateurCI-SIS Gestion-d-Agendas-Partages - ConsommateurGAP
GAP-GestionnaireAgendaCI-SIS Gestion-d-Agendas-Partages - GestionnaireAgendaGAP

Resources that this resource uses

No resources found


Narrative

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

GAP_Appointment_description

Parameter description:string

Comment or title of the appointment

ResourceAppointment
ExpressionAppointment.comment | Appointment.description
Processing ModeNormal
Multiples
  • multipleAnd: The parameter may only appear once
  • multipleOr: The parameter may only have one value (no comma separators)

Source

{
  "resourceType": "SearchParameter",
  "id": "GAP-Appointment-description",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interop.esante.gouv.fr/ig/fhir/gap/SearchParameter/GAP-Appointment-description",
  "version": "3.0.0",
  "name": "GAP_Appointment_description",
  "status": "active",
  "date": "2024-04-29T12:51:59+00:00",
  "publisher": "ANS",
  "contact": [
    {
      "name": "ANS",
      "telecom": [
        {
          "system": "url",
          "value": "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "description": "Comment or title of the appointment",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "code": "description",
  "base": [
    "Appointment"
  ],
  "type": "string",
  "expression": "Appointment.comment | Appointment.description",
  "xpathUsage": "normal",
  "multipleOr": false,
  "multipleAnd": false
}