Skip to content

Commit 00e43f7

Browse files
Create Bundle-GenomicReportVisibility-JamesWilson-Example.json
1 parent 337ef8d commit 00e43f7

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
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+
"gender": "male",
11+
"_gender": {
12+
"extension": [
13+
{
14+
"url": "https://fhir.nhs.uk/England/StructureDefinition/Extension-Genomic-Report-Visibility",
15+
"valueCodeableConcept": {
16+
"coding": [
17+
{
18+
"system": "https://fhir.nhs.uk/CodeSystem/genomic-report-visibility",
19+
"code": "clinical-use-only",
20+
"display": "Clinical Use Only"
21+
}
22+
]
23+
}
24+
}
25+
]
26+
},
27+
"name": [
28+
{
29+
"given": ["James"],
30+
"family": "Wilson"
31+
}
32+
]
33+
}
34+
},
35+
{
36+
"resource": {
37+
"resourceType": "ServiceRequest",
38+
"id": "SR-JamesWilson",
39+
"status": "active",
40+
"intent": "order",
41+
"subject": {
42+
"reference": "Patient/Patient-JamesWilson"
43+
},
44+
"code": {
45+
"text": "Whole Genome Sequencing"
46+
},
47+
"authoredOn": "2026-06-15T09:00:00Z"
48+
}
49+
},
50+
{
51+
"resource": {
52+
"resourceType": "DiagnosticReport",
53+
"id": "DR-JamesWilson",
54+
"status": "final",
55+
"subject": {
56+
"reference": "Patient/Patient-JamesWilson"
57+
},
58+
"code": {
59+
"text": "Genomic Report"
60+
},
61+
"conclusion": "No clinically significant variants identified."
62+
}
63+
}
64+
]
65+
}

0 commit comments

Comments
 (0)