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

FHIR IG Statistics: SearchParameter/il-core-statistical-area

Packageil.core.fhir.r4
Resource TypeSearchParameter
Idil-core-statistical-area
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4@0.18.0&canonical=http://fhir.health.gov.il/SearchParameter/il-core-statistical-area
URLhttp://fhir.health.gov.il/SearchParameter/il-core-statistical-area
Version1.0.0
Statusactive
Date2024-10-09
NameILCoreStatisticalArea
Realmil
Authoritynational
DescriptionReturns instances containing an Address with the ILCore Statistical Area extension, specified as an Identifier value. This can be used to search across multiple profiles that contain the Address datatype.
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "il-core-statistical-area",
  "url": "http://fhir.health.gov.il/SearchParameter/il-core-statistical-area",
  "version": "1.0.0",
  "name": "ILCoreStatisticalArea",
  "status": "active",
  "date": "2024-10-09",
  "publisher": "Israel Core Team",
  "contact": [
    {
      "name": "Israel Core Team",
      "telecom": [
        {
          "system": "email",
          "value": "tal.primak@moh.gov.il"
        }
      ]
    }
  ],
  "description": "Returns instances containing an Address with the ILCore Statistical Area extension, specified as an Identifier value. This can be used to search across multiple profiles that contain the Address datatype.",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "IL",
          "system": "urn:iso:std:iso:3166"
        }
      ]
    }
  ],
  "code": "statistical-area",
  "base": [
    "Patient",
    "Location",
    "Practitioner",
    "Organization",
    "RelatedPerson",
    "HealthcareService",
    "Encounter"
  ],
  "type": "token",
  "expression": "address.extension('http://fhir.health.gov.il/StructureDefinition/ext-statistical-area').value as Identifier",
  "xpathUsage": "normal",
  "multipleOr": true,
  "multipleAnd": false
}