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-organization-price-residential-type - 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-organization-price-residential-type> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ror-sp-organization-price-residential-type"] ;
  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-organization-price-residential-type</b></p><a name=\"ror-sp-organization-price-residential-type\"> </a><a name=\"hcror-sp-organization-price-residential-type\"> </a><h2>RORSPOrganizationPriceResidentialType</h2><p>Paramètre <code>price-residential-type</code>:<code>token</code></p><div><p>Paramètre de recherche sur les caractéristiques de l'hébergement</p>\n</div><table class=\"grid\"><tr><td>Ressource</td><td><a href=\"http://hl7.org/fhir/R4/organization.html\">Organization</a></td></tr><tr><td>Expression</td><td><code>Organization.extension.where(url='https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-organization-price').extension.where(url='residentialType').value.as(CodeableConcept)</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></table></div>"
  ] ;
  fhir:SearchParameter.url [ fhir:value "https://interop.esante.gouv.fr/ig/fhir/ror/SearchParameter/ror-sp-organization-price-residential-type"] ;
  fhir:SearchParameter.version [ fhir:value "0.7.0"] ;
  fhir:SearchParameter.name [ fhir:value "RORSPOrganizationPriceResidentialType"] ;
  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 sur les caractéristiques de l'hébergement"] ;
  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 "price-residential-type"] ;
  fhir:SearchParameter.base [
     fhir:value "Organization" ;
     fhir:index 0
  ] ;
  fhir:SearchParameter.type [ fhir:value "token"] ;
  fhir:SearchParameter.expression [ fhir:value "Organization.extension.where(url='https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-organization-price').extension.where(url='residentialType').value.as(CodeableConcept)"] .

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

<http://hl7.org/fhir/SearchParameter/ror-sp-organization-price-residential-type.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/SearchParameter/ror-sp-organization-price-residential-type.ttl> .