Skip to content

Commit 6093b31

Browse files
committed
Removal of references to AuditEvent and Consent
Removed in UKCore STU2
1 parent 7d19aa6 commit 6093b31

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

CapabilityStatement/CapabilityStatement-genomics-application.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"resource": [
6666
{
6767
"type": "AuditEvent",
68-
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-AuditEvent",
68+
"profile": "http://hl7.org/fhir/StructureDefinition/AuditEvent",
6969
"documentation": "For searching recorded AuditEvents",
7070
"interaction": [
7171
{
@@ -523,7 +523,7 @@
523523
},
524524
{
525525
"type": "CapabilityStatement",
526-
"profile": "https://hl7.org/fhir/StructureDefinition/CapabilityStatement",
526+
"profile": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement",
527527
"documentation": "For searching provided CapabilityStatements",
528528
"interaction": [
529529
{
@@ -1253,7 +1253,7 @@
12531253
},
12541254
{
12551255
"type": "Consent",
1256-
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Consent",
1256+
"profile": "http://hl7.org/fhir/StructureDefinition/Consent",
12571257
"documentation": "Endpoints for interacting with Consent resources",
12581258
"interaction": [
12591259
{
@@ -1658,7 +1658,7 @@
16581658
},
16591659
{
16601660
"type": "OperationOutcome",
1661-
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-OperationOutcome",
1661+
"profile": "http://fhir.hl7.org.uk/StructureDefinition/UKCore-OperationOutcome",
16621662
"documentation": "For searching historical OperationOutcomes",
16631663
"interaction": [
16641664
{

CapabilityStatement/CapabilityStatement-genomics-requirements.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"resource": [
3434
{
3535
"type": "AuditEvent",
36-
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-AuditEvent"
36+
"profile": "http://hl7.org/fhir/StructureDefinition/AuditEvent"
3737
},
3838
{
3939
"type": "Bundle",
@@ -81,7 +81,7 @@
8181
},
8282
{
8383
"type": "CapabilityStatement",
84-
"profile": "https://hl7.org/fhir/StructureDefinition/CapabilityStatement"
84+
"profile": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement"
8585
},
8686
{
8787
"type": "Task",
@@ -121,7 +121,7 @@
121121
},
122122
{
123123
"type": "Consent",
124-
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Consent"
124+
"profile": "http://hl7.org/fhir/StructureDefinition/Consent"
125125
},
126126
{
127127
"type": "Condition",
@@ -149,7 +149,7 @@
149149
},
150150
{
151151
"type": "OperationDefinition",
152-
"profile": "https://hl7.org/fhir/StructureDefinition/OperationDefinition"
152+
"profile": "http://hl7.org/fhir/StructureDefinition/OperationDefinition"
153153
},
154154
{
155155
"type": "OperationOutcome",

StructureDefinition/NHSDigital-Consent-Genomics.StructureDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"kind": "resource",
88
"abstract": false,
99
"type": "Consent",
10-
"baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Consent",
10+
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Consent",
1111
"derivation": "constraint",
1212
"differential": {
1313
"element": [

0 commit comments

Comments
 (0)