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

FHIR IG analytics

Packagehl7.fhir.us.hsds.r4
Resource TypeSearchParameter
IdSearchParameter-organization-address.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 "organization-address"

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

version: 1.0.0-ballot

name: HSDS_sp_organization_address

derivedFrom: http://hl7.org/fhir/SearchParameter/Organization-address

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 organizations within the specified address

jurisdiction: United States of America (unknown#US)

code: address

base: Organization

type: string

expression: Organization.address

multipleOr: true

multipleAnd: true

modifier: contains


Source1

{
  "resourceType": "SearchParameter",
  "id": "organization-address",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/hsds/SearchParameter/organization-address",
  "version": "1.0.0-ballot",
  "name": "HSDS_sp_organization_address",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/Organization-address",
  "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 organizations within the specified address",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "address",
  "base": [
    "Organization"
  ],
  "type": "string",
  "expression": "Organization.address",
  "multipleOr": true,
  "multipleAnd": true,
  "modifier": [
    "contains"
  ]
}