Search FHIR

Répertoire national de l’Offre et des Ressources en santé et accompagnement médico-social
0.7.0 - trial-implementation France (la)

Répertoire national de l’Offre et des Ressources en santé et accompagnement médico-social - version de développement local (intégration continue v0.7.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées

: ror-sp-healthcareservice-age-range-high - TTL Representation

Active as of 2026-07-23

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/ror-sp-healthcareservice-age-range-high> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ror-sp-healthcareservice-age-range-high"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : ParamètreRecherche ror-sp-healthcareservice-age-range-high</b></p><a name=\"ror-sp-healthcareservice-age-range-high\"> </a><a name=\"hcror-sp-healthcareservice-age-range-high\"> </a><h2>RORHealthcareServiceAgeRangeHigh</h2><p>Paramètre <code>age-range-high</code>:<code>quantity</code></p><div><p>Paramètre de recherche décrivant l'age maximum de la patientèle</p>\n</div><table class=\"grid\"><tr><td>Ressource</td><td><a href=\"http://hl7.org/fhir/R4/healthcareservice.html\">HealthcareService</a></td></tr><tr><td>Expression</td><td><code>HealthcareService.extension.where(url = 'https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-healthcareservice-patient-type').extension.where(url = 'ageRange').value.as(Range).high</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd : C'est au serveur de décider si le paramètre peut se répéter pour spécifier plusieurs valeurs qui doivent toutes être vraies</li><li>multipleOr : C'est au serveur de décider si le paramètre peut avoir plusieurs valeurs (séparées par des virgules) dont au moins une doit être vraie</li></ul></td></tr><tr><td>Comparateurs</td><td>Autorisé : eq, ne, gt, lt, ge, le, sa, eb, ap</td></tr></table></div>"
  ] ;
  fhir:SearchParameter.url [ fhir:value "https://interop.esante.gouv.fr/ig/fhir/ror/SearchParameter/ror-sp-healthcareservice-age-range-high"] ;
  fhir:SearchParameter.version [ fhir:value "0.7.0"] ;
  fhir:SearchParameter.name [ fhir:value "RORHealthcareServiceAgeRangeHigh"] ;
  fhir:SearchParameter.status [ fhir:value "active"] ;
  fhir:SearchParameter.date [ fhir:value "2026-07-23T08:13:15+00:00"^^xsd:dateTime] ;
  fhir:SearchParameter.publisher [ fhir:value "ANS"] ;
  fhir:SearchParameter.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "ANS" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://esante.gouv.fr" ]
     ]
  ] ;
  fhir:SearchParameter.description [ fhir:value "Paramètre de recherche décrivant l'age maximum de la patientèle"] ;
  fhir:SearchParameter.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "FR" ] ;
       fhir:Coding.display [ fhir:value "France (la)" ]
     ]
  ] ;
  fhir:SearchParameter.code [ fhir:value "age-range-high"] ;
  fhir:SearchParameter.base [
     fhir:value "HealthcareService" ;
     fhir:index 0
  ] ;
  fhir:SearchParameter.type [ fhir:value "quantity"] ;
  fhir:SearchParameter.expression [ fhir:value "HealthcareService.extension.where(url = 'https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-healthcareservice-patient-type').extension.where(url = 'ageRange').value.as(Range).high"] ;
  fhir:SearchParameter.comparator [
     fhir:value "eq" ;
     fhir:index 0
  ], [
     fhir:value "ne" ;
     fhir:index 1
  ], [
     fhir:value "gt" ;
     fhir:index 2
  ], [
     fhir:value "lt" ;
     fhir:index 3
  ], [
     fhir:value "ge" ;
     fhir:index 4
  ], [
     fhir:value "le" ;
     fhir:index 5
  ], [
     fhir:value "sa" ;
     fhir:index 6
  ], [
     fhir:value "eb" ;
     fhir:index 7
  ], [
     fhir:value "ap" ;
     fhir:index 8
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/ror-sp-healthcareservice-age-range-high.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/SearchParameter/ror-sp-healthcareservice-age-range-high.ttl> .