Skip to content

Commit 02df0f4

Browse files
committed
Rename Extension
Rename Extension
1 parent 971eef7 commit 02df0f4

3 files changed

Lines changed: 68 additions & 62 deletions

File tree

RequestGroup/RequestGroup-WGSTrioTesting-Example.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"resourceType": "RequestGroup",
33
"id": "RequestGroup-WGSTrioTesting-Example",
4+
"extension": [
5+
{
6+
"url": "https://fhir.nhs.uk/England/StructureDefinition/Extension-GenomicTest-ParticipantCount",
7+
"valueInteger": 3
8+
}
9+
],
410
"identifier": [
511
{
612
"system": "https://fhir.leedssth.nhs.uk//Id/grouptestId",

StructureDefinition/Extension-GenomicTest-No-of-Participant.json

Lines changed: 0 additions & 62 deletions
This file was deleted.
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-ParticipantCount",
4+
"url": "https://fhir.nhs.uk/England/StructureDefinition/Extension-GenomicTest-ParticipantCount",
5+
"version": "0.1.0",
6+
"name": "ExtensionGenomicTestParticipantCount",
7+
"title": "Extension GenomicTest ParticipantCount",
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 group 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 family or group 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": "RequestGroup"
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-ParticipantCount"
50+
},
51+
{
52+
"id": "Extension.value[x]",
53+
"path": "Extension.value[x]",
54+
"type": [
55+
{
56+
"code": "integer"
57+
}
58+
]
59+
}
60+
]
61+
}
62+
}

0 commit comments

Comments
 (0)