Skip to content

Commit 0e7608b

Browse files
Merge pull request #235 from NHSDigital/Feature-IOPS-3702-Withheld-data-items
Feature iops 3702 withheld data items
2 parents 5127d6a + 32bd68a commit 0e7608b

2 files changed

Lines changed: 73 additions & 0 deletions

File tree

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"resourceType": "Bundle",
3+
"id": "Bundle-GenomicReportVisibility-JamesWilson-Example",
4+
"type": "collection",
5+
"entry": [
6+
{
7+
"resource": {
8+
"resourceType": "Patient",
9+
"id": "Patient-JamesWilson",
10+
"meta": {
11+
"security": [
12+
{
13+
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
14+
"code": "PROCESSINLINELABEL",
15+
"display": "Process Inline Security Labels"
16+
}
17+
]
18+
},
19+
"gender": "male",
20+
"_gender": {
21+
"extension": [
22+
{
23+
"url": "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
24+
"valueCoding": {
25+
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
26+
"code": "NOPAT",
27+
"display": "No disclosure to patient"
28+
}
29+
}
30+
]
31+
},
32+
"name": [
33+
{
34+
"given": [
35+
"James"
36+
],
37+
"family": "Wilson"
38+
}
39+
]
40+
}
41+
},
42+
{
43+
"resource": {
44+
"resourceType": "ServiceRequest",
45+
"id": "SR-JamesWilson",
46+
"status": "active",
47+
"intent": "order",
48+
"subject": {
49+
"reference": "Patient/Patient-JamesWilson"
50+
},
51+
"code": {
52+
"text": "Whole Genome Sequencing"
53+
},
54+
"authoredOn": "2026-06-15T09:00:00Z"
55+
}
56+
},
57+
{
58+
"resource": {
59+
"resourceType": "DiagnosticReport",
60+
"id": "DR-JamesWilson",
61+
"status": "final",
62+
"subject": {
63+
"reference": "Patient/Patient-JamesWilson"
64+
},
65+
"code": {
66+
"text": "Genomic Report"
67+
},
68+
"conclusion": "No clinically significant variants identified."
69+
}
70+
}
71+
]
72+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"fhir.r4.nhsengland.pars": "0.1.2-alpha",
1515
"fhir.r4.nhsengland.pathology": "0.2.4-alpha",
1616
"hl7.fhir.uv.tools.r4": "1.1.2",
17+
"hl7.fhir.uv.security-label-ds4p": "1.0.0",
1718
"fhir.r4.nhsengland.nhse-identifiers": "0.1.1-alpha",
1819
"fhir.r4.ukcore.stu3.currentbuild": "0.29.0-pre-release"
1920
},

0 commit comments

Comments
 (0)