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

FHIR IG Statistics: SearchParameter/ServiceRequest-reason-reference

Packagehl7.fhir.us.pacio-pfe
TypeSearchParameter
IdServiceRequest-reason-reference
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/pacio-pfe/https://build.fhir.org/ig/HL7/fhir-pacio-pfe/SearchParameter-ServiceRequest-reason-reference.html
URLhttp://hl7.org/fhir/us/pacio-pfe/SearchParameter/ServiceRequest-reason-reference
Version2.0.0
Statusactive
Date2024-09-01T18:06:11+00:00
NameServiceRequestReasonReferenceSearchParameter
Realmus
Authorityhl7
DescriptionSelect ServiceRequests with the specified reasonReference
Typereference

Resources that use this resource

CapabilityStatement
pacio-pfe-capPersonal Functioning and Engagement Capability Statement

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: SearchParameter ServiceRequest-reason-reference

ServiceRequestReasonReferenceSearchParameter TU

Parameter name:reference

Select ServiceRequests with the specified reasonReference

ResourceServiceRequest
ExpressionServiceRequest.reasonReference
Processing ModeNormal
Multiples
  • multipleAnd: The parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true
ModifiersAllowed: exact, contains

Source

{
  "resourceType": "SearchParameter",
  "id": "ServiceRequest-reason-reference",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/pacio-pfe/ImplementationGuide/hl7.fhir.us.pacio-pfe"
          }
        ]
      }
    },
    {
      "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/pacio-pfe/ImplementationGuide/hl7.fhir.us.pacio-pfe"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/pacio-pfe/SearchParameter/ServiceRequest-reason-reference",
  "version": "2.0.0",
  "name": "ServiceRequestReasonReferenceSearchParameter",
  "status": "active",
  "date": "2024-09-01T18:06:11+00:00",
  "publisher": "HL7 International / Patient Care",
  "contact": [
    {
      "name": "HL7 International / Patient Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        },
        {
          "system": "email",
          "value": "patientcare@lists.HL7.org"
        }
      ]
    },
    {
      "name": "PACIO project",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        },
        {
          "system": "email",
          "value": "info@pacioproject.org"
        }
      ]
    }
  ],
  "description": "Select ServiceRequests with the specified reasonReference",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "name",
  "base": [
    "ServiceRequest"
  ],
  "type": "reference",
  "expression": "ServiceRequest.reasonReference",
  "xpathUsage": "normal",
  "multipleOr": true,
  "multipleAnd": true,
  "modifier": [
    "exact",
    "contains"
  ]
}