Skip to content

Commit 1932584

Browse files
Update Bundle-GenomicReportVisibility-JamesWilson-Example.json
1 parent 69d2579 commit 1932584

1 file changed

Lines changed: 17 additions & 10 deletions

File tree

Bundle/Bundle-GenomicReportVisibility-JamesWilson-Example.json

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,33 @@
77
"resource": {
88
"resourceType": "Patient",
99
"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+
},
1019
"gender": "male",
1120
"_gender": {
1221
"extension": [
1322
{
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+
"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"
2328
}
2429
}
2530
]
2631
},
2732
"name": [
2833
{
29-
"given": ["James"],
34+
"given": [
35+
"James"
36+
],
3037
"family": "Wilson"
3138
}
3239
]

0 commit comments

Comments
 (0)