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

FHIR IG Statistics: SearchParameter/as-sp-insee-code

Packageans.fhir.fr.annuaire
TypeSearchParameter
Idas-sp-insee-code
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/fhir/annuaire/https://build.fhir.org/ig/ansforge/IG-fhir-annuaire/SearchParameter-as-sp-insee-code.html
URLhttps://interop.esante.gouv.fr/ig/fhir/annuaire/SearchParameter/as-sp-insee-code
Version1.1.0
Statusactive
Date2025-05-13T10:26:18+00:00
NameAsInseeCode
Realmfr
DescriptionParamètre de recherche pour récupérer une organisation, par code Insee. Cf http://www.sirius-upvm.net/doc/usuels/codes_postaux.html
Typestring

Resources that use this resource

CapabilityStatement
AsServerCapabilityStatementAsRestServer

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter as-sp-insee-code

AsInseeCode

Paramètre address-insee:string

Paramètre de recherche pour récupérer une organisation, par code Insee. Cf http://www.sirius-upvm.net/doc/usuels/codes_postaux.html

RessourceOrganization
Expressionaddress.extension.where(url='https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-address-insee-code').value
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": "as-sp-insee-code",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interop.esante.gouv.fr/ig/fhir/annuaire/SearchParameter/as-sp-insee-code",
  "version": "1.1.0",
  "name": "AsInseeCode",
  "status": "active",
  "date": "2025-05-13T10:26:18+00:00",
  "publisher": "Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris",
  "contact": [
    {
      "name": "Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris",
      "telecom": [
        {
          "system": "url",
          "value": "https://esante.gouv.fr"
        },
        {
          "system": "email",
          "value": "monserviceclient.annuaire@esante.gouv.fr"
        }
      ]
    }
  ],
  "description": "Paramètre de recherche pour récupérer une organisation, par code Insee. Cf http://www.sirius-upvm.net/doc/usuels/codes_postaux.html",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "code": "address-insee",
  "base": [
    "Organization"
  ],
  "type": "string",
  "expression": "address.extension.where(url='https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-address-insee-code').value"
}