Prescription Search Support
1.0.0 - STU1 Belgium flag

Prescription Search Support, published by eHealth Platform Belgium. 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/pss/ and changes regularly. See the Directory of published versions

: requestgroup-action - JSON Representation

Active as of 2026-01-14

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "requestgroup-action",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter requestgroup-action</b></p><a name=\"requestgroup-action\"> </a><a name=\"hcrequestgroup-action\"> </a><h2>RequestGroupActionResource</h2><p>Parameter <code>action</code>:<code>reference</code></p><div><p>Resources referenced anywhere in RequestGroup.action[*.].resource (supports one level of nested actions).</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/requestgroup.html\">RequestGroup</a></td></tr><tr><td>Expression</td><td><code>RequestGroup.action.resource | RequestGroup.action.action.resource | RequestGroup.action.action.action.resource</code></td></tr><tr><td>Target Resources</td><td><a href=\"http://hl7.org/fhir/R4/servicerequest.html\">ServiceRequest</a>, <a href=\"http://hl7.org/fhir/R4/medicationrequest.html\">MedicationRequest</a>, <a href=\"http://hl7.org/fhir/R4/procedure.html\">Procedure</a>, <a href=\"http://hl7.org/fhir/R4/observation.html\">Observation</a>, <a href=\"http://hl7.org/fhir/R4/diagnosticreport.html\">DiagnosticReport</a>, <a href=\"http://hl7.org/fhir/R4/communicationrequest.html\">CommunicationRequest</a>, <a href=\"http://hl7.org/fhir/R4/medicationdispense.html\">MedicationDispense</a>, <a href=\"http://hl7.org/fhir/R4/medicationadministration.html\">MedicationAdministration</a>, <a href=\"http://hl7.org/fhir/R4/task.html\">Task</a></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "http://example.org/fhir/SearchParameter/requestgroup-action",
  "version" : "1.0.0",
  "name" : "RequestGroupActionResource",
  "status" : "active",
  "date" : "2026-01-14T16:01:10+00:00",
  "publisher" : "eHealth Platform Belgium",
  "contact" : [
    {
      "name" : "eHealth Platform Belgium",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ehealth.fgov.be/standards/fhir/"
        },
        {
          "system" : "email",
          "value" : "support@be-ehealth-standards.atlassian.net"
        }
      ]
    },
    {
      "name" : "Message Structure eHealth",
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@be-ehealth-standards.atlassian.net",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Resources referenced anywhere in RequestGroup.action[*.].resource (supports one level of nested actions).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "code" : "action",
  "base" : [
    "RequestGroup"
  ],
  "type" : "reference",
  "expression" : "RequestGroup.action.resource | RequestGroup.action.action.resource | RequestGroup.action.action.action.resource",
  "target" : [
    "ServiceRequest",
    "MedicationRequest",
    "Procedure",
    "Observation",
    "DiagnosticReport",
    "CommunicationRequest",
    "MedicationDispense",
    "MedicationAdministration",
    "Task"
  ],
  "multipleOr" : true,
  "multipleAnd" : true
}