Skip to content

Commit 33e7a41

Browse files
committed
Create Extension-GenomicTest-No-of-Participant
Create Extension-GenomicTest-No-of-Participant
1 parent 9d249b7 commit 33e7a41

3 files changed

Lines changed: 66 additions & 4 deletions

File tree

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"resourceType": "StructureDefinition",
3+
"id": "Extension-GenomicTest-No-of-Participant",
4+
"url": "https://fhir.nhs.uk/England/StructureDefinition/Extension-GenomicTest-No-of-Participant",
5+
"version": "0.1.0",
6+
"name": "ExtensionGenomicTestNoofParticipant",
7+
"title": "Extension Genomic Test No of Participant",
8+
"status": "draft",
9+
"date": "2026-03-26",
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": "An Extension used to record the total number of participants in a multi-participant test request (e.g. family, duo / trio).",
25+
"purpose": "This is a use case from Genomics, used to record the total number of participants in a multi-participant test request ",
26+
"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.",
27+
"fhirVersion": "4.0.1",
28+
"kind": "complex-type",
29+
"abstract": false,
30+
"context": [
31+
{
32+
"type": "element",
33+
"expression": "ServiceRequest"
34+
}
35+
],
36+
"type": "Extension",
37+
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
38+
"derivation": "constraint",
39+
"differential": {
40+
"element": [
41+
{
42+
"id": "Extension.extension",
43+
"path": "Extension.extension",
44+
"max": "0"
45+
},
46+
{
47+
"id": "Extension.url",
48+
"path": "Extension.url",
49+
"fixedUri": "https://fhir.nhs.uk/England/StructureDefinition/Extension-GenomicTest-No-of-Participant"
50+
},
51+
{
52+
"id": "Extension.value[x]",
53+
"path": "Extension.value[x]",
54+
"type": [
55+
{
56+
"code": "integer"
57+
}
58+
]
59+
}
60+
]
61+
}
62+
}

fhirpkg.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updated": "2026-03-17T13:27:37.444214+00:00",
2+
"updated": "2026-03-26T11:41:42.0351721+00:00",
33
"dependencies": {
44
"hl7.fhir.r4.core": "4.0.1",
55
"hl7.fhir.uv.genomics-reporting": "3.0.0-ballot",
@@ -12,8 +12,8 @@
1212
"us.nlm.vsac": "0.9.0",
1313
"ihe.iti.balp": "1.1.1",
1414
"hl7.fhir.uv.extensions.r4": "5.3.0-ballot-tc1",
15-
"hl7.terminology.r4": "6.5.0",
16-
"hl7.fhir.uv.xver-r5.r4": "0.0.1-snapshot-2"
15+
"hl7.fhir.uv.xver-r5.r4": "0.1.0",
16+
"hl7.terminology.r4": "7.1.0"
1717
},
1818
"missing": {}
1919
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"fhir.r4.ukcore.stu3.currentbuild": "0.28.0-pre-release",
1111
"ihe.iti.pcf": "1.0.0-comment",
1212
"hl7.fhir.uv.extensions.r4": "5.3.0-ballot-tc1",
13-
"hl7.fhir.uv.xver-r5.r4": "0.0.1-snapshot-2"
13+
"hl7.fhir.uv.xver-r5.r4": "0.1.0"
1414
},
1515
"fhirVersions": [
1616
"4.0.1"

0 commit comments

Comments
 (0)