Referral Prescription
1.0.0 - STU Belgium flag

Referral Prescription, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/referral/ and changes regularly. See the Directory of published versions

: BeSPTaskStatusProfile - JSON Representation

Active as of 2024-03-15

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "be-sp-task-status-profile",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>statusProfile</h2><p>Parameter <code>statusProfile</code>:<code>composite</code></p><div><p>This SearchParameter enables query of Tasks on the combination of status and profile</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/task.html\">Task</a></td></tr><tr><td>Expression</td><td><code>(Task.status | Task.meta.profile).join('$')</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may only appear once</li><li>multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table><p><b>Components</b></p><table class=\"grid\"><tr><td>http://hl7.org/fhir/SearchParameter/Task-status</td><td><code>status</code></td></tr><tr><td>http://hl7.org/fhir/SearchParameter/Resource-profile</td><td><code>_profile</code></td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/referral/SearchParameter/be-sp-task-status-profile",
  "version" : "1.0.0",
  "name" : "statusProfile",
  "status" : "active",
  "date" : "2024-03-15T09:14:52+00:00",
  "description" : "This SearchParameter enables query of Tasks on the combination of status and profile",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "code" : "statusProfile",
  "base" : [
    "Task"
  ],
  "type" : "composite",
  "expression" : "(Task.status | Task.meta.profile).join('$')",
  "multipleOr" : true,
  "multipleAnd" : false,
  "component" : [
    {
      "definition" : "http://hl7.org/fhir/SearchParameter/Task-status",
      "expression" : "status"
    },
    {
      "definition" : "http://hl7.org/fhir/SearchParameter/Resource-profile",
      "expression" : "_profile"
    }
  ]
}