Skip to content

Commit 7d19aa6

Browse files
committed
Removal of NHS Digital from dependencies
1 parent 7b8ebe9 commit 7d19aa6

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

CapabilityStatement/CapabilityStatement-genomics-application.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
},
524524
{
525525
"type": "CapabilityStatement",
526-
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-CapabilityStatement",
526+
"profile": "https://hl7.org/fhir/StructureDefinition/CapabilityStatement",
527527
"documentation": "For searching provided CapabilityStatements",
528528
"interaction": [
529529
{
@@ -1654,7 +1654,7 @@
16541654
},
16551655
{
16561656
"type": "OperationDefinition",
1657-
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-OperationDefinition"
1657+
"profile": "https://hl7.org/fhir/StructureDefinition/OperationDefinition"
16581658
},
16591659
{
16601660
"type": "OperationOutcome",

CapabilityStatement/CapabilityStatement-genomics-requirements.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
},
8282
{
8383
"type": "CapabilityStatement",
84-
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-CapabilityStatement"
84+
"profile": "https://hl7.org/fhir/StructureDefinition/CapabilityStatement"
8585
},
8686
{
8787
"type": "Task",
@@ -149,7 +149,7 @@
149149
},
150150
{
151151
"type": "OperationDefinition",
152-
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-OperationDefinition"
152+
"profile": "https://hl7.org/fhir/StructureDefinition/OperationDefinition"
153153
},
154154
{
155155
"type": "OperationOutcome",

fhirpkg.lock.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"dependencies": {
44
"fhir.r4.ukcore.stu2": "2.0.1-pre-release",
55
"hl7.fhir.r4.core": "4.0.1",
6-
"uk.nhsdigital.r4.test": "2.8.15-prerelease"
76
},
87
"missing": {}
98
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"jurisdiction": "urn:iso:std:iso:3166:-2:GB-ENG",
99
"dependencies": {
1010
"fhir.r4.ukcore.stu2": "2.0.1-pre-release",
11-
"uk.nhsdigital.r4.test": "2.8.15-prerelease",
1211
"hl7.fhir.r4.core": "4.0.1"
1312
}
1413
}

0 commit comments

Comments
 (0)