FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-pct
Resource TypeSearchParameter
IdSearchParameter-related-task.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/davinci-pct/SearchParameter-related-task.html
URLhttp://hl7.org/fhir/us/davinci-pct/SearchParameter/related-task
Version2.0.1
Statusactive
Date2024-03-24T09:29:23+11:00
NameRelatedTask
Realmus
Authorityhl7
DescriptionCompleted or terminated task(s) whose function is taken by this new task
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

Generated Narrative: SearchParameter related-task

RelatedTask

Parameter related-task:reference

Completed or terminated task(s) whose function is taken by this new task

ResourceTask
ExpressionTask.extension.where(url='http://hl7.org/fhir/us/davinci-pct/StructureDefinition/gfeRelatedTask').extension.where(url='related').value
Processing ModeNormal
Target ResourcesTask
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

Source1

{
  "resourceType": "SearchParameter",
  "id": "related-task",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "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/davinci-pct/ImplementationGuide/hl7.fhir.us.davinci-pct"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-pct/SearchParameter/related-task",
  "version": "2.0.1",
  "name": "RelatedTask",
  "status": "active",
  "experimental": false,
  "date": "2024-03-24T09:29:23+11:00",
  "publisher": "HL7 International / Financial Management",
  "contact": [
    {
      "name": "HL7 International / Financial Management",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        },
        {
          "system": "email",
          "value": "fmlists@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Completed or terminated task(s) whose function is taken by this new task",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "related-task",
  "base": [
    "Task"
  ],
  "type": "reference",
  "expression": "Task.extension.where(url='http://hl7.org/fhir/us/davinci-pct/StructureDefinition/gfeRelatedTask').extension.where(url='related').value",
  "xpathUsage": "normal",
  "target": [
    "Task"
  ]
}