Skip to content

Commit 27a4518

Browse files
Create CodeSystem-Genomic-Report-Visibility.json
1 parent ac1e6c3 commit 27a4518

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"resourceType": "CodeSystem",
3+
"id": "genomic-report-visibility",
4+
"url": "https://fhir.nhs.uk/CodeSystem/genomic-report-visibility",
5+
"version": "0.1.0",
6+
"name": "GenomicReportVisibility",
7+
"title": "Genomic Report Visibility",
8+
"status": "draft",
9+
"date": "2026-06-11",
10+
"publisher": "NHS England",
11+
"contact": [
12+
{
13+
"name": "NHS England",
14+
"telecom": [
15+
{
16+
"system": "email",
17+
"value": "interoperabilityteam@nhs.net",
18+
"use": "work",
19+
"rank": 1
20+
}
21+
]
22+
}
23+
],
24+
"description": "CodeSystem used to specify whether a genomic data element is visible in patient-facing reports or restricted to clinical or internal use.",
25+
"copyright": "Copyright © 2025+ NHS England Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.",
26+
"caseSensitive": true,
27+
"content": "complete",
28+
"concept": [
29+
{
30+
"code": "patient-visible",
31+
"display": "Patient Visible",
32+
"definition": "The data element may be included in patient-facing reports."
33+
},
34+
{
35+
"code": "clinical-use-only",
36+
"display": "Clinical Use Only",
37+
"definition": "The data element is required for clinical interpretation but must not be displayed in patient-facing reports."
38+
},
39+
{
40+
"code": "internal-only",
41+
"display": "Internal Only",
42+
"definition": "The data element is restricted to internal/system use and must not be displayed in patient-facing reports."
43+
}
44+
]
45+
}

0 commit comments

Comments
 (0)