MIABIS on FHIR Implementation Guide
1.0.0 - CI Build

MIABIS on FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Search Group by extension containing members - JSON Representation

Active as of 2025-05-15

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "ExtensionMemberEntitySearch",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter ExtensionMemberEntitySearch</b></p><a name=\"ExtensionMemberEntitySearch\"> </a><a name=\"hcExtensionMemberEntitySearch\"> </a><a name=\"ExtensionMemberEntitySearch-en-US\"> </a><h2>groupMember</h2><p>Parameter <code>groupMember</code>:<code>reference</code></p><div><p>Search parameter for searching Group by provided members via extension</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/group.html\">Group</a></td></tr><tr><td>Expression</td><td><code>Group.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-Group.member.entity').value</code></td></tr><tr><td>Target Resources</td><td><a href=\"http://hl7.org/fhir/R4/specimen.html\">Specimen</a>, <a href=\"http://hl7.org/fhir/R4/group.html\">Group</a>, <a href=\"http://hl7.org/fhir/R4/organization.html\">Organization</a></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr><tr><td>Chains</td><td>Allowed: *</td></tr></table></div>"
  },
  "url" : "https://fhir.bbmri-eric.eu/fhir/SearchParameter/GroupMember",
  "version" : "1.0.0",
  "name" : "groupMember",
  "status" : "active",
  "date" : "2025-05-15T13:14:34+00:00",
  "publisher" : "BBMRI-ERIC",
  "contact" : [
    {
      "name" : "BBMRI-ERIC",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://bbmri-eric.eu"
        },
        {
          "system" : "email",
          "value" : "contact@bbmri-eric.eu"
        }
      ]
    },
    {
      "name" : "Radovan Tomasik",
      "telecom" : [
        {
          "system" : "email",
          "value" : "radovan.tomasik@bbmri-eric.eu",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Search parameter for searching Group by provided members via extension",
  "code" : "groupMember",
  "base" : [
    "Group"
  ],
  "type" : "reference",
  "expression" : "Group.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-Group.member.entity').value",
  "target" : [
    "Specimen",
    "Group",
    "Organization"
  ],
  "chain" : [
    "*"
  ]
}