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

FHIR IG Statistics: SearchParameter/ror-sp-healthcareservice-equipment-type

Packageans.fhir.fr.ror
TypeSearchParameter
Idror-sp-healthcareservice-equipment-type
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-equipment-type.html
URLhttps://interop.esante.gouv.fr/ig/fhir/ror/SearchParameter/ror-sp-healthcareservice-equipment-type
Version0.5.0
Statusactive
Date2025-03-17T13:22:51+00:00
NameRORHealthcareServiceEquipmentType
Realmfr
Authoritynational
DescriptionParamètre de recherche décrivant le type d'équipement de l'offre opérationnelle
Typetoken

Resources that use this resource

No resources found


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-equipment-type

RORHealthcareServiceEquipmentType

Paramètre equipment-type:token

Paramètre de recherche décrivant le type d'équipement de l'offre opérationnelle

RessourceHealthcareService
ExpressionHealthcareService.extension.where(url = 'http://interop.esante.gouv.fr/ig/fhir/ror30/StructureDefinition/ror-healthcareservice-equipement').extension.where(url = 'equipmentType').value.as(CodeableConcept)
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

Source

{
  "resourceType": "SearchParameter",
  "id": "ror-sp-healthcareservice-equipment-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interop.esante.gouv.fr/ig/fhir/ror/SearchParameter/ror-sp-healthcareservice-equipment-type",
  "version": "0.5.0",
  "name": "RORHealthcareServiceEquipmentType",
  "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 décrivant le type d'équipement de l'offre opérationnelle",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "code": "equipment-type",
  "base": [
    "HealthcareService"
  ],
  "type": "token",
  "expression": "HealthcareService.extension.where(url = 'http://interop.esante.gouv.fr/ig/fhir/ror30/StructureDefinition/ror-healthcareservice-equipement').extension.where(url = 'equipmentType').value.as(CodeableConcept)"
}