Skip to content

Commit 48ace9e

Browse files
NRL-518 Add ContentStability value set
1 parent de90659 commit 48ace9e

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"resourceType": "ValueSet",
3+
"id": "NRLF-ContentStability",
4+
"url": "https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability",
5+
"version": "1.0.0",
6+
"name": "NRLF Content Stability",
7+
"status": "draft",
8+
"date": "2024-12-03T00:00:00+00:00",
9+
"publisher": "NHS Digital",
10+
"contact": {
11+
"name": "NRL Team at NHS Digital",
12+
"telecom": {
13+
"system": "email",
14+
"value": "[email protected]",
15+
"use": "work"
16+
}
17+
},
18+
"description": "A code from the NRL Content Stability coding system to represent the stability of the content.",
19+
"copyright": "Copyright 2024 NHS Digital.",
20+
"compose": {
21+
"include": [
22+
{
23+
"system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability",
24+
"concept": [
25+
{
26+
"code": "static",
27+
"display": "Static"
28+
},
29+
{
30+
"code": "dynamic",
31+
"display": "Dynamic"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
}

0 commit comments

Comments
 (0)