-
Notifications
You must be signed in to change notification settings - Fork 0
/
SearchParamBundle.json
35 lines (34 loc) · 1.09 KB
/
SearchParamBundle.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"entry": [
{
"request": {
"method": "POST",
"url": "SearchParameter"
},
"resource": {
"resourceType": "SearchParameter",
"id": "ExtensionMemberEntitySearch",
"url": "https://fhir.bbmri-eric.eu/fhir/SearchParameter/GroupMember",
"base": [
"Group"
],
"target": [
"Specimen",
"Group",
"Organization"
],
"chain": [
"*"
],
"name": "groupMember",
"description": "Search parameter for searching Group by provided members via extension",
"status": "active",
"code": "groupMember",
"type": "reference",
"expression": "Group.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-Group.member.entity').value"
}
}
],
"type": "transaction",
"resourceType": "Bundle"
}