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

FHIR IG Statistics: SearchParameter/healthcareservice-organization

Packagehl7.fhir.us.hsds
Resource TypeSearchParameter
Idhealthcareservice-organization
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/hsds/https://build.fhir.org/ig/HL7/FHIR-IG-Human-Services-Directory/SearchParameter-healthcareservice-organization.html
URLhttp://hl7.org/fhir/us/hsds/SearchParameter/healthcareservice-organization
Version1.0.0
Statusactive
Date2023-08-20T00:00:00+00:00
NameHSD_sp_healthcareservice_organization
Realmus
Authorityhl7
DescriptionSelect Human and Social services offered by the specified organization
Typereference

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

HSD_sp_healthcareservice_organization TU

Parameter organization:reference

Select Human and Social services offered by the specified organization

ResourceHealthcareService
ExpressionHealthcareService.providedBy
Target ResourcesOrganization
MultiplesThe parameter can repeat (and) and can have repeating values (or)
ChainsAllowed: name, address, partof, type

Source

{
  "resourceType": "SearchParameter",
  "id": "healthcareservice-organization",
  "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/healthcareservice-organization",
  "version": "1.0.0",
  "name": "HSD_sp_healthcareservice_organization",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/HealthcareService-organization",
  "status": "active",
  "date": "2023-08-20T00:00:00+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 Human and Social services offered by the specified organization",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "organization",
  "base": [
    "HealthcareService"
  ],
  "type": "reference",
  "expression": "HealthcareService.providedBy",
  "target": [
    "Organization"
  ],
  "multipleOr": true,
  "multipleAnd": true,
  "chain": [
    "name",
    "address",
    "partof",
    "type"
  ]
}