Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/firely-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: Firely Validation
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master, main ]
branches:
- '**'
pull_request:
branches: [ master, main ]

branches: [ master, main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terminology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# Triggers the workflow on push or pull request events but only for the master branch
# Allows you to run this workflow manually from the Actions tab

# push:
#push:

workflow_dispatch:

Expand Down
71 changes: 68 additions & 3 deletions PlanDefinition/DGTS-PlanDefinition-Example.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,76 @@
"use": "old"
}
],
"title": "Angelman syndrome",
"version": "1.0",
"name": "TP321_PlanDefinition",
"title": "Angelman syndrome",
"status": "active",
"experimental": false,
"version": "1.0",
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-PlanDefinition.actor",
"extension": [
{
"url": "option",
"extension": [
{
"url": "role",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/action-participant-role-genomics",
"code": "performer",
"display": "Performer"
}
],
"text": "Performer"
}
},
{
"url": "typeReference",
"valueReference": {
"reference": "Organization/Organization-CSGLHub-Example",
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "699P0"
},
"display": "Central and South Genomic Laboratory Hub"
}
}
]
},
{
"url": "option",
"extension": [
{
"url": "role",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/action-participant-role-genomics",
"code": "requester",
"display": "Requester"
}
],
"text": "Requester"
}
},
{
"url": "typeReference",
"valueReference": {
"reference": "Organization/ImperialCollegeHealthcareNHSTrust-Example",
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RYJ"
},
"display": "Imperial College Healthcare NHS Trust"
}
}
]
}
]
}
],
"useContext": [
{
"code": {
Expand Down Expand Up @@ -119,4 +184,4 @@
"definitionCanonical": "https://fhir.nhs.uk/ActivityDefinition/GT1124"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"resourceType": "SearchParameter",
"id": "SearchParameter-plandefinition-actor-role",
"url": "https://fhir.nhs.uk/SearchParameter/plandefinition-actor-role",
"version": "0.1.0",
"name": "PlanDefinition Actor Role",
"status": "draft",
"experimental": false,
"date": "2026-05-19",
"publisher": "NHS England",
"description": "Search PlanDefinition by actor option role from the R5 cross-version extension extension-PlanDefinition.actor",
"code": "actor-role",
"base": [
"PlanDefinition"
],
"type": "token",
"expression": "PlanDefinition.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-PlanDefinition.actor').extension('option').extension('role').value",
"multipleOr": true,
"multipleAnd": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"resourceType": "SearchParameter",
"id": "SearchParameter-plandefinition-actor-typereference",
"url": "https://fhir.nhs.uk/SearchParameter/plandefinition-actor-typereference",
"version": "0.1.0",
"name": "PlanDefinitionActorTypeReference",
"status": "draft",
"experimental": false,
"date": "2026-05-19",
"publisher": "NHS England",
"description": "Search PlanDefinition by actor option typeReference from the R5 cross-version extension extension-PlanDefinition.actor",
"code": "actor-type-reference",
"base": [
"PlanDefinition"
],
"type": "reference",
"expression": "PlanDefinition.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-PlanDefinition.actor').extension('option').extension('typeReference').value",
"xpathUsage": "normal",
"target": [
"HealthcareService",
"Group",
"Organization",
"Location",
"Practitioner",
"PractitionerRole",
"Device",
"RelatedPerson",
"Patient"
],
"multipleOr": true,
"multipleAnd": true
}