FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.hsds.r4
Resource TypeSearchParameter
IdSearchParameter-location-address-state.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter

Resource SearchParameter "location-address-state"

url: http://hl7.org/fhir/us/hsds/SearchParameter/location-address-state

version: 1.0.0-ballot

name: HSDS_sp_location_address_state

derivedFrom: http://hl7.org/fhir/SearchParameter/Location-address-state

status: active

date: 2022-12-08 20:20:19+0000

publisher: HL7 Human and Social Services Work Group

contact: HL7 Human and Social Services Work Group: http://www.hl7.org/Special/committees/hsswg

description: Select locations within the specified state

jurisdiction: United States of America (unknown#US)

code: address-state

base: Location

type: string

expression: Location.address.state

multipleOr: true

multipleAnd: true

modifier: contains


Source1

{
  "resourceType": "SearchParameter",
  "id": "location-address-state",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/hsds/SearchParameter/location-address-state",
  "version": "1.0.0-ballot",
  "name": "HSDS_sp_location_address_state",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/Location-address-state",
  "status": "active",
  "date": "2022-12-08T20:20:19+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"
        }
      ]
    }
  ],
  "description": "Select locations within the specified state",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "address-state",
  "base": [
    "Location"
  ],
  "type": "string",
  "expression": "Location.address.state",
  "multipleOr": true,
  "multipleAnd": true,
  "modifier": [
    "contains"
  ]
}