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

FHIR IG Statistics: SearchParameter/location-accessibility

Packagehl7.fhir.us.hsds
TypeSearchParameter
Idlocation-accessibility
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/hsds/https://build.fhir.org/ig/HL7/FHIR-IG-Human-Services-Directory/SearchParameter-location-accessibility.html
URLhttp://hl7.org/fhir/us/hsds/SearchParameter/location-accessibility
Version1.0.0
Statusactive
Date2023-10-04T18:25:38+00:00
NameHSD_sp_location_accessibility
Realmus
Authorityhl7
DescriptionSelect locations by the specified accessibility options offered by the location.
Typetoken

Resources that use this resource

CapabilityStatement
HumanServicesDirectoryHuman Services Directory Capability Statement

Resources that this resource uses

No resources found


Narrative

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

HSD_sp_location_accessibility TU

Parameter accessibility:token

Select locations by the specified accessibility options offered by the location.

ResourceLocation
ExpressionLocation.extension.where(url='http://hl7.org/fhir/us/hsds/SearchParameter/location-accessibility').value
MultiplesThe parameter can repeat (and) and can have repeating values (or)
ModifiersAllowed: text, exact, contains

Source

{
  "resourceType": "SearchParameter",
  "id": "location-accessibility",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "hss"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/hsds/ImplementationGuide/hl7.fhir.us.hsds"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/hsds/ImplementationGuide/hl7.fhir.us.hsds"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/hsds/SearchParameter/location-accessibility",
  "version": "1.0.0",
  "name": "HSD_sp_location_accessibility",
  "status": "active",
  "date": "2023-10-04T18:25:38+00:00",
  "publisher": "HL7 Human and Social Services Work Group",
  "contact": [
    {
      "name": "HL7 Human and Social Services Work Group",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/hsswg/index.cfm"
        },
        {
          "system": "email",
          "value": "hsswg@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Select locations by the specified accessibility options offered by the location.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "accessibility",
  "base": [
    "Location"
  ],
  "type": "token",
  "expression": "Location.extension.where(url='http://hl7.org/fhir/us/hsds/SearchParameter/location-accessibility').value",
  "multipleOr": true,
  "multipleAnd": true,
  "modifier": [
    "text",
    "exact",
    "contains"
  ]
}