-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCodeSystem-ACCESSEventTypeCS.json
More file actions
74 lines (74 loc) · 5.31 KB
/
CodeSystem-ACCESSEventTypeCS.json
File metadata and controls
74 lines (74 loc) · 5.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"resourceType" : "CodeSystem",
"id" : "ACCESSEventTypeCS",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ACCESSEventTypeCS</b></p><a name=\"ACCESSEventTypeCS\"> </a><a name=\"hcACCESSEventTypeCS\"> </a><p>This case-sensitive code system <code>https://dsacms.github.io/cmmi-access-model/CodeSystem/ACCESSEventTypeCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">participant-lock-ending<a name=\"ACCESSEventTypeCS-participant-lock-ending\"> </a></td><td>Participant Lock-In Period Ending</td><td>The 3-month participant lock-in period is ending soon, allowing the patient to switch to a different participant if desired.</td></tr><tr><td style=\"white-space:nowrap\">control-group-ending<a name=\"ACCESSEventTypeCS-control-group-ending\"> </a></td><td>Control Group Period Ending</td><td>The 12-month control group assignment period is ending soon, allowing the patient to be reconsidered for alignment in the ACCESS Model.</td></tr><tr><td style=\"white-space:nowrap\">alignment-renewal<a name=\"ACCESSEventTypeCS-alignment-renewal\"> </a></td><td>Alignment Renewal Due</td><td>The initial alignment period is ending and renewal action is required to continue services under the ACCESS Model.</td></tr><tr><td style=\"white-space:nowrap\">baseline-reporting-window<a name=\"ACCESSEventTypeCS-baseline-reporting-window\"> </a></td><td>Baseline Reporting Due</td><td>The baseline data report is due soon. If baseline reporting is not received within 60 days of alignment, the patient will be unaligned.</td></tr><tr><td style=\"white-space:nowrap\">quarterly-reporting-window<a name=\"ACCESSEventTypeCS-quarterly-reporting-window\"> </a></td><td>Quarterly Reporting Due</td><td>The quarterly data report is due soon. Quarterly reporting must be submitted 70 to 110 days after the prior data submission.</td></tr><tr><td style=\"white-space:nowrap\">eoy-reporting-window<a name=\"ACCESSEventTypeCS-eoy-reporting-window\"> </a></td><td>End-of-Year Reporting Due</td><td>The end-of-year data report is due soon. End-of-year reporting must be submitted no later than 425 days from the date of alignment (365 days plus an additional 60 days).</td></tr><tr><td style=\"white-space:nowrap\">unalignment<a name=\"ACCESSEventTypeCS-unalignment\"> </a></td><td>Unalignment Notice</td><td>The patient has been unaligned from the ACCESS Model due to a change in eligibility status.</td></tr></table></div>"
},
"url" : "https://dsacms.github.io/cmmi-access-model/CodeSystem/ACCESSEventTypeCS",
"version" : "0.9.1",
"name" : "ACCESSEventTypeCS",
"title" : "ACCESS Event Types",
"status" : "draft",
"experimental" : false,
"date" : "2026-03-12T23:55:37-07:00",
"publisher" : "Global Alliant, Inc.",
"contact" : [{
"name" : "Global Alliant, Inc.",
"telecom" : [{
"system" : "url",
"value" : "https://globalalliantinc.com"
},
{
"system" : "email",
"value" : "david.h@globalalliantinc.org"
}]
}],
"description" : "This codesystem defines codes for the types of events that trigger subscription notifications in the ACCESS Model.",
"jurisdiction" : [{
"coding" : [{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}]
}],
"copyright" : "Copyright (c) 2026 Centers for Medicare and Medicaid Services (CMS).",
"caseSensitive" : true,
"content" : "complete",
"count" : 7,
"concept" : [{
"code" : "participant-lock-ending",
"display" : "Participant Lock-In Period Ending",
"definition" : "The 3-month participant lock-in period is ending soon, allowing the patient to switch to a different participant if desired."
},
{
"code" : "control-group-ending",
"display" : "Control Group Period Ending",
"definition" : "The 12-month control group assignment period is ending soon, allowing the patient to be reconsidered for alignment in the ACCESS Model."
},
{
"code" : "alignment-renewal",
"display" : "Alignment Renewal Due",
"definition" : "The initial alignment period is ending and renewal action is required to continue services under the ACCESS Model."
},
{
"code" : "baseline-reporting-window",
"display" : "Baseline Reporting Due",
"definition" : "The baseline data report is due soon. If baseline reporting is not received within 60 days of alignment, the patient will be unaligned."
},
{
"code" : "quarterly-reporting-window",
"display" : "Quarterly Reporting Due",
"definition" : "The quarterly data report is due soon. Quarterly reporting must be submitted 70 to 110 days after the prior data submission."
},
{
"code" : "eoy-reporting-window",
"display" : "End-of-Year Reporting Due",
"definition" : "The end-of-year data report is due soon. End-of-year reporting must be submitted no later than 425 days from the date of alignment (365 days plus an additional 60 days)."
},
{
"code" : "unalignment",
"display" : "Unalignment Notice",
"definition" : "The patient has been unaligned from the ACCESS Model due to a change in eligibility status."
}]
}