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

FHIR IG Statistics: SearchParameter/organization-address

Packagehl7.fhir.us.directory-attestation
TypeSearchParameter
Idorganization-address
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/directory-attestation/https://build.fhir.org/ig/HL7/fhir-directory-attestation/SearchParameter-organization-address.html
URLhttp://hl7.org/fhir/us/directory-attestation/SearchParameter/organization-address
Version1.0.0-ballot
Statusactive
Date2018-05-23T00:00:00+00:00
NameNatlDir_sp_organization_address
Realmus
Authorityhl7
DescriptionSelect organizations with the specified address (matches any of the string elements of an address)
Typestring

Resources that use this resource

CapabilityStatement
NatlDirNatlDir CapabilityStatement

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/directory-attestation/SearchParameter/organization-address

version: 1.0.0-ballot

name: NatlDir_sp_organization_address

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

status: active

date: 2018-05-23 00:00:00+0000

publisher: HL7 Patient Administration Working Group

contact: HL7 Patient Administration Working Group: https://www.hl7.org/Special/committees/pafm,pafm@lists.HL7.org

description: Select organizations with the specified address (matches any of the string elements of an address)

jurisdiction: United States of America (ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code#US)

code: address

base: Organization

type: string

expression: Organization.address

multipleOr: true

multipleAnd: true

modifier: exact, contains


Source

{
  "resourceType": "SearchParameter",
  "id": "organization-address",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/directory-attestation/SearchParameter/organization-address",
  "version": "1.0.0-ballot",
  "name": "NatlDir_sp_organization_address",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/Organization-address",
  "status": "active",
  "date": "2018-05-23T00:00:00+00:00",
  "publisher": "HL7 Patient Administration Working Group",
  "contact": [
    {
      "name": "HL7 Patient Administration Working Group",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.org/Special/committees/pafm"
        },
        {
          "system": "email",
          "value": "pafm@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Select organizations with the specified address (matches any of the string elements of an 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": [
    "exact",
    "contains"
  ]
}