Skip to content

Commit 2b41c3b

Browse files
committed
Create SearchParameter
Create SearchParameter
1 parent cf39261 commit 2b41c3b

4 files changed

Lines changed: 55 additions & 3 deletions

File tree

.github/workflows/firely-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: Firely Validation
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
push:
9-
branches: [ master, main ]
9+
branches: [ **]
1010
pull_request:
11-
branches: [ master, main ]
11+
branches: [ ** ]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

.github/workflows/terminology.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Triggers the workflow on push or pull request events but only for the master branch
66
# Allows you to run this workflow manually from the Actions tab
77

8-
# push:
8+
push:
99

1010
workflow_dispatch:
1111

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"resourceType": "SearchParameter",
3+
"id": "SearchParameter-plandefinition-actor-role",
4+
"url": "https://fhir.nhs.uk/SearchParameter/plandefinition-actor-role",
5+
"version": "0.1.0",
6+
"name": "PlanDefinition Actor Role",
7+
"status": "draft",
8+
"experimental": false,
9+
"date": "2026-05-19",
10+
"publisher": "NHS England",
11+
"description": "Search PlanDefinition by actor option role from the R5 cross-version extension extension-PlanDefinition.actor",
12+
"code": "actor-role",
13+
"base": [
14+
"PlanDefinition"
15+
],
16+
"type": "token",
17+
"expression": "PlanDefinition.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-PlanDefinition.actor').extension('option').extension('role').value",
18+
"multipleOr": true,
19+
"multipleAnd": true
20+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"resourceType": "SearchParameter",
3+
"id": "SearchParameter-plandefinition-actor-typereference",
4+
"url": "https://fhir.nhs.uk/SearchParameter/plandefinition-actor-typereference",
5+
"version": "0.1.0",
6+
"name": "PlanDefinitionActorTypeReference",
7+
"status": "draft",
8+
"experimental": false,
9+
"date": "2026-05-19",
10+
"publisher": "NHS England",
11+
"description": "Search PlanDefinition by actor option typeReference from the R5 cross-version extension extension-PlanDefinition.actor",
12+
"code": "actor-type-reference",
13+
"base": [
14+
"PlanDefinition"
15+
],
16+
"type": "reference",
17+
"expression": "PlanDefinition.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-PlanDefinition.actor').extension('option').extension('typeReference').value",
18+
"xpathUsage": "normal",
19+
"target": [
20+
"HealthcareService",
21+
"Group",
22+
"Organization",
23+
"Location",
24+
"Practitioner",
25+
"PractitionerRole",
26+
"Device",
27+
"RelatedPerson",
28+
"Patient"
29+
],
30+
"multipleOr": true,
31+
"multipleAnd": true
32+
}

0 commit comments

Comments
 (0)