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

FHIR IG Statistics: SearchParameter/ror-sp-healthcareservice-notavailable-closing-reopeningdate

Packageans.fhir.fr.ror
TypeSearchParameter
Idror-sp-healthcareservice-notavailable-closing-reopeningdate
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/fhir/ror/https://interop.esante.gouv.fr/ig/fhir/ror/0.5.0/SearchParameter-ror-sp-healthcareservice-notavailable-closing-reopeningdate.html
URLhttps://interop.esante.gouv.fr/ig/fhir/ror/SearchParameter/ror-sp-healthcareservice-notavailable-closing-reopeningdate
Version0.5.0
Statusactive
Date2025-03-17T13:22:51+00:00
NameRORSPHealthcareServiceNotAvailableClosingReopeningDate
Realmfr
Authoritynational
DescriptionParamètre de recherche pour rechercher la date dans la période de fermeture (during.start) et de réouverture prévisionnelle (during.end).
Typedate

Resources that use this resource

CapabilityStatement
ror-consommateurROR-Consommateur
ror-serveurROR-Serveur

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter ror-sp-healthcareservice-notavailable-closing-reopeningdate

RORSPHealthcareServiceNotAvailableClosingReopeningDate

Paramètre notavailable-closing-reopeningdate:date

Paramètre de recherche pour rechercher la date dans la période de fermeture (during.start) et de réouverture prévisionnelle (during.end).

RessourceHealthcareService
ExpressionHealthcareService.notAvailable.where(id='closingReopeningDate').during
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true
ComparateursAllowed: eq, ne, gt, ge, lt, le, sa, eb, ap

Source

{
  "resourceType": "SearchParameter",
  "id": "ror-sp-healthcareservice-notavailable-closing-reopeningdate",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interop.esante.gouv.fr/ig/fhir/ror/SearchParameter/ror-sp-healthcareservice-notavailable-closing-reopeningdate",
  "version": "0.5.0",
  "name": "RORSPHealthcareServiceNotAvailableClosingReopeningDate",
  "status": "active",
  "date": "2025-03-17T13:22:51+00:00",
  "publisher": "ANS",
  "contact": [
    {
      "name": "ANS",
      "telecom": [
        {
          "system": "url",
          "value": "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "description": "Paramètre de recherche pour rechercher la date dans la période de fermeture (during.start) et de réouverture prévisionnelle (during.end).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "code": "notavailable-closing-reopeningdate",
  "base": [
    "HealthcareService"
  ],
  "type": "date",
  "expression": "HealthcareService.notAvailable.where(id='closingReopeningDate').during",
  "comparator": [
    "eq",
    "ne",
    "gt",
    "ge",
    "lt",
    "le",
    "sa",
    "eb",
    "ap"
  ]
}