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

FHIR IG Statistics: SearchParameter/service-request-supporting-info

Packagehl7.fhir.uv.phenomics-exchange
TypeSearchParameter
Idservice-request-supporting-info
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/phenomics-exchange/https://build.fhir.org/ig/HL7/phenomics-exchange-ig/SearchParameter-service-request-supporting-info.html
URLhttp://github.com/phenopackets/core-ig/SearchParameter/service-request-supporting-info
Version0.1.0
Statusactive
Date2024-06-18T22:11:07+00:00
NameServiceRequestSupportingInfo
Realmuv
Authorityhl7
DescriptionSearch ServiceRequest by supporting resource parameters
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

ServiceRequestSupportingInfo

Parameter supporting-info:reference

Search ServiceRequest by supporting resource parameters

ResourceServiceRequest
ExpressionServiceRequest.supportingInfo
Target ResourcesBundle
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true
ComparatorsAllowed: eq

Source

{
  "resourceType": "SearchParameter",
  "id": "service-request-supporting-info",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cic"
    }
  ],
  "url": "http://github.com/phenopackets/core-ig/SearchParameter/service-request-supporting-info",
  "version": "0.1.0",
  "name": "ServiceRequestSupportingInfo",
  "status": "active",
  "date": "2024-06-18T22:11:07+00:00",
  "publisher": "HL7 International / Clinical Interoperability Council",
  "contact": [
    {
      "name": "HL7 International / Clinical Interoperability Council",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic"
        },
        {
          "system": "email",
          "value": "cic@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Search ServiceRequest by supporting resource parameters",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "code": "supporting-info",
  "base": [
    "ServiceRequest"
  ],
  "type": "reference",
  "expression": "ServiceRequest.supportingInfo",
  "target": [
    "Bundle"
  ],
  "comparator": [
    "eq"
  ]
}