Skip to content

Commit a25b918

Browse files
authored
Merge pull request #28 from NHSDigital/IOPS-1250
Updates to Provenance Resource
2 parents 533613b + 8f1fb27 commit a25b918

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

CapabilityStatement/CapabilityStatement-genomics-application.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@
17141714
},
17151715
{
17161716
"type": "Provenance",
1717-
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Provenance-Genomics",
1717+
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Provenance",
17181718
"documentation": "For searching stored Provenance resources",
17191719
"interaction": [
17201720
{

CapabilityStatement/CapabilityStatement-genomics-requirements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
},
162162
{
163163
"type": "Provenance",
164-
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Provenance-Genomics"
164+
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Provenance"
165165
}
166166
]
167167
}

Provenance/Provenance-ServiceRequestUpdate-Example.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"resourceType": "Provenance",
33
"id": "Provenance-ServiceRequestUpdate-Example",
44
"target": [
5-
"reference": "ServiceRequest/ServiceRequest-SavedTestOrderUpdated-Example"
5+
{
6+
"reference": "ServiceRequest/ServiceRequest-SavedTestOrderUpdated-Example"
7+
}
68
],
79
"recorded": "2023-08-10T11:10:00Z",
810
"reason": [
@@ -30,9 +32,9 @@
3032
"type": {
3133
"coding": [
3234
{
33-
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
34-
"code": "AUT",
35-
"display": "author (originator)"
35+
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
36+
"code": "author",
37+
"display": "Author"
3638
}
3739
]
3840
},

0 commit comments

Comments
 (0)