Skip to content

Commit cf39261

Browse files
authored
Create CodeSystem & ValueSet (#222)
Create CodeSystem & ValueSet genomics-workflow-participant-role
1 parent f78285e commit cf39261

2 files changed

Lines changed: 91 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"resourceType": "CodeSystem",
3+
"id": "action-participant-role-genomics",
4+
"url": "https://fhir.nhs.uk/CodeSystem/action-participant-role-genomics",
5+
"version": "0.1.0",
6+
"name": "ActionParticipantRoleGenomics",
7+
"title": "Action Participant Role Genomics",
8+
"status": "draft",
9+
"date": "2026-05-18T00:00:00.000Z",
10+
"publisher": "NHS England",
11+
"contact": [
12+
{
13+
"name": "NHS England",
14+
"telecom": [
15+
{
16+
"system": "email",
17+
"value": "interoperabilityteam@nhs.net",
18+
"use": "work",
19+
"rank": 1
20+
}
21+
]
22+
}
23+
],
24+
"description": "CodeSystem used to specify the role of a participant involved in a genomics testing workflow, identifying whether the participant acts as the requester or performer.",
25+
"copyright": "Copyright © 2026+ NHS England Licensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html",
26+
"caseSensitive": true,
27+
"content": "complete",
28+
"concept": [
29+
{
30+
"code": "requester",
31+
"display": "Requester",
32+
"definition": "The participant requesting or initiating the genomics-related activity or workflow."
33+
},
34+
{
35+
"code": "performer",
36+
"display": "Performer",
37+
"definition": "The participant responsible for carrying out the genomics-related activity or workflow."
38+
}
39+
]
40+
}
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"resourceType": "ValueSet",
3+
"id": "genomics-workflow-participant-role",
4+
"url": "https://fhir.nhs.uk/ValueSet/genomics-workflow-participant-role",
5+
"version": "0.1.0",
6+
"name": "GenomicsWorkflowParticipantRole",
7+
"title": "Genomics Workflow Participant Role",
8+
"status": "draft",
9+
"date": "2026-05-18T00:00:00.000Z",
10+
"publisher": "NHS England",
11+
"contact": [
12+
{
13+
"name": "NHS England",
14+
"telecom": [
15+
{
16+
"system": "email",
17+
"value": "interoperabilityteam@nhs.net",
18+
"use": "work",
19+
"rank": 1
20+
}
21+
]
22+
}
23+
],
24+
"description": "A ValueSet used to identify the role of a participant involved in a genomics testing workflow, identifying whether the participant acts as the requester or performer.",
25+
"copyright": "Copyright © 2026+ NHS England Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.",
26+
"compose": {
27+
"include": [
28+
{
29+
"system": "https://fhir.nhs.uk/CodeSystem/action-participant-role-genomics",
30+
"version": "0.1.0"
31+
}
32+
]
33+
},
34+
"expansion": {
35+
"timestamp": "2026-05-18T00:00:00Z",
36+
"total": 2,
37+
"offset": 0,
38+
"contains": [
39+
{
40+
"system": "https://fhir.nhs.uk/CodeSystem/action-participant-role-genomics",
41+
"code": "requester",
42+
"display": "Requester"
43+
},
44+
{
45+
"system": "https://fhir.nhs.uk/CodeSystem/action-participant-role-genomics",
46+
"code": "performer",
47+
"display": "Performer"
48+
}
49+
]
50+
}
51+
}

0 commit comments

Comments
 (0)