FHIR Human Services Directory
1.0.0 - STU1 United States of America flag

FHIR Human Services Directory, published by HL7 Human and Social Services Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/FHIR-IG-Human-Services-Directory/ and changes regularly. See the Directory of published versions

: organization-address-postalcode - JSON Representation

Page standards status: Trial-use Maturity Level: 2

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "organization-address-postalcode",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>HSD_sp_organization_address_postalcode <a style=\"padding-left: 3px; padding-right: 3px; border: 1px grey solid; font-weight: bold; color: black; background-color: #fff5e6\" href=\"http://hl7.org/fhir/R4/versions.html#std-process\" title=\"Standards Status = Trial Use\">TU</a></h2><p>Parameter <code>address-postalcode</code>:<code>string</code></p><div><p>Select organizations within the specified postal code</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/organization.html\">Organization</a></td></tr><tr><td>Expression</td><td><code>Organization.address.postalCode</code></td></tr><tr><td>Multiples</td><td>The parameter can repeat (and) and can have repeating values (or)</td></tr><tr><td>Modifiers</td><td>Allowed: text, exact, contains</td></tr></table></div>"
  },
  "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/organization-address-postalcode",
  "version" : "1.0.0",
  "name" : "HSD_sp_organization_address_postalcode",
  "derivedFrom" : "http://hl7.org/fhir/SearchParameter/Organization-address-postalcode",
  "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 organizations within the specified postal code",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "code" : "address-postalcode",
  "base" : [
    "Organization"
  ],
  "type" : "string",
  "expression" : "Organization.address.postalCode",
  "multipleOr" : true,
  "multipleAnd" : true,
  "modifier" : [
    "text",
    "exact",
    "contains"
  ]
}