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

FHIR IG Statistics: SearchParameter/Task-output-reference

Packagehl7.fhir.us.sdoh-clinicalcare
TypeSearchParameter
IdTask-output-reference
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/sdoh-clinicalcare/https://build.fhir.org/ig/HL7/fhir-sdoh-clinicalcare/SearchParameter-Task-output-reference.html
URLhttp://hl7.org/fhir/us/sdoh-clinicalcare/SearchParameter/Task-output-reference
Version2.3.0
Statusactive
Date2025-05-15T12:39:20+00:00
NameTaskOutputReference
Realmus
Authorityhl7
DescriptionThe value of any outputs of type 'Reference'
Typereference

Resources that use this resource

CapabilityStatement
pa-care-managerPA Care Manager
pa-patient-engagementPA Patient Engagement
pa-service-provider-fullPA Service Provider (Full)
pa-service-provider-lightPA Service Provider (Light)
SDOHCC-CoordinationPlatformSDOHCC Coordination Platform
SDOHCC-PatientAppSDOHCC Patient Application
SDOHCC-ReferralRecipientSDOHCC Referral Recipient
SDOHCC-ReferralRecipientLightSDOHCC Referral Recipient - Light
SDOHCC-ReferralSourceSDOHCC Referral Source

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter Task-output-reference

TaskOutputReference TU

Parameter output:reference

The value of any outputs of type 'Reference'

ResourceTask
ExpressionTask.output.value.ofType(Reference)
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

Source

{
  "resourceType": "SearchParameter",
  "id": "Task-output-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": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/sdoh-clinicalcare/ImplementationGuide/hl7.fhir.us.sdoh-clinicalcare"
          }
        ]
      }
    },
    {
      "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/sdoh-clinicalcare/ImplementationGuide/hl7.fhir.us.sdoh-clinicalcare"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/sdoh-clinicalcare/SearchParameter/Task-output-reference",
  "version": "2.3.0",
  "name": "TaskOutputReference",
  "status": "active",
  "experimental": false,
  "date": "2025-05-15T12:39:20+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"
        }
      ]
    }
  ],
  "description": "The value of any outputs of type 'Reference'",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "code": "output",
  "base": [
    "Task"
  ],
  "type": "reference",
  "expression": "Task.output.value.ofType(Reference)",
  "xpathUsage": "normal",
  "multipleOr": true,
  "multipleAnd": true
}