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
Active as of 2024-09-24 |
{
"resourceType" : "SearchParameter",
"id" : "be-sp-task-status-profile",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter be-sp-task-status-profile</b></p><a name=\"be-sp-task-status-profile\"> </a><a name=\"hcbe-sp-task-status-profile\"> </a><a name=\"be-sp-task-status-profile-en-US\"> </a><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>Comparators</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-09-24T14:13:36+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"
}
]
}