-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCodeSystem-ACCESSUnalignmentReasonCS.xml.html
More file actions
321 lines (241 loc) · 20.2 KB
/
CodeSystem-ACCESSUnalignmentReasonCS.xml.html
File metadata and controls
321 lines (241 loc) · 20.2 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
<title>ACCESS Unalignment Reason Codes - XML Representation - CMS ACCESS Model API v0.9.1</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="author" content="http://hl7.org/fhir"/>
<link href="fhir.css" rel="stylesheet"/>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap-fhir.css" rel="stylesheet"/>
<!-- Project extras -->
<link href="assets/css/project.css" rel="stylesheet"/>
<link href="assets/css/pygments-manni.css" rel="stylesheet"/>
<link href="assets/css/jquery-ui.css" rel="stylesheet"/>
<link href="assets/css/prism.css" rel="stylesheet" />
<link href="assets/css/cqf.css" rel="stylesheet" />
<!-- Placeholder for child template CSS declarations -->
<script type="text/javascript" src="fhir-table-scripts.js"> </script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/icon-fhir-144.png"/>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/icon-fhir-114.png"/>
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/icon-fhir-72.png"/>
<link rel="apple-touch-icon-precomposed" href="assets/ico/icon-fhir-57.png"/>
<link rel="shortcut icon" href="assets/ico/favicon.png"/>
</head>
<body onload="document.body.style.opacity='1'">
<script src="assets/js/prism.js"></script>
<script type="text/javascript" src="assets/js/mermaid.js"></script>
<script type="text/javascript" src="assets/js/mermaid-init.js"></script>
<style type="text/css">h2{--heading-prefix:"3.19"}
h3,h4,h5,h6{--heading-prefix:"3.19"}</style>
<div id="segment-header" class="segment"> <!-- segment-header -->
<div class="container"> <!-- container -->
<!-- Placeholder for child template header declarations -->
<div id="ig-status">
<p><span style="font-size:12pt;font-weight:bold">CMS ACCESS Model API</span>
<br/>
<span style="display:inline-block;">0.9.1 - ci-build
<img alt="United States of America flag" src="assets/images/usa.svg" height="16" title="United States of America"/>
</span>
</p>
</div>
</div> <!-- /container -->
</div> <!-- /segment-header -->
<div id="segment-navbar" class="segment"> <!-- segment-navbar -->
<div id="stripe"> </div>
<div class="container"> <!-- container -->
<!-- HEADER CONTENT -->
<nav class="navbar navbar-inverse">
<!--status-bar-->
<div class="container">
<button data-target=".navbar-inverse-collapse" class="navbar-toggle" data-toggle="collapse" type="button">
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
</button>
<a class="navbar-brand hidden" href="http://hl7.org/fhir/R4/index.html">FHIR</a>
<div class="nav-collapse collapse navbar-inverse-collapse">
<!-- menu.xml -->
<ul xmlns="http://www.w3.org/1999/xhtml" class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="toc.html">Table of Contents</a>
</li>
<li class="dropdown">
<a data-toggle="dropdown" href="#" class="dropdown-toggle">Specification
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="conformance.html">Conformance Expectations</a>
</li>
</ul>
</li>
<li>
<a href="artifacts.html">Artifacts</a>
</li>
<li>
<a href="downloads.html">Downloads</a>
</li>
</ul>
</div> <!-- /.nav-collapse -->
</div> <!-- /.container -->
</nav> <!-- /.navbar -->
<!-- /HEADER CONTENT -->
</div> <!-- /container -->
</div> <!-- /segment-navbar -->
<!--status-bar-->
<div id="segment-breadcrumb" class="segment"> <!-- segment-breadcrumb -->
<div class="container"> <!-- container -->
<ul class="breadcrumb">
<li><a href='toc.html'><b>Table of Contents</b></a></li><li><a href='artifacts.html'><b>Artifacts</b></a></li><li><b>ACCESS Unalignment Reason Codes</b></li>
</ul>
</div> <!-- /container -->
</div> <!-- /segment-breadcrumb -->
<a name="top"> </a>
<div id="segment-content" class="segment"> <!-- segment-content -->
<div class="container"> <!-- container -->
<div class="row">
<div class="inner-wrapper">
<div style="counter-reset: section 7" class="col-12">
<!--ReleaseHeader--><p id="publish-box">CMS ACCESS Model API - Local Development build (v0.9.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the <a href='https://dsacms.github.io/cmmi-access-model/history.html'>Directory of published versions</a></p><!--EndReleaseHeader-->
<ul class="nav nav-tabs">
<li>
<a href="CodeSystem-ACCESSUnalignmentReasonCS.html">Narrative Content</a>
</li>
<li class="active">
<a href="#">XML</a>
</li>
<li>
<a href="CodeSystem-ACCESSUnalignmentReasonCS.json.html">JSON</a>
</li>
</ul>
<a name="root"> </a>
<h2 id="root">: ACCESS Unalignment Reason Codes - XML Representation</h2>
<table class="colsd">
<tr>
<td colspan="2">
Draft
as of 2026-03-12
</td>
</tr>
</table>
<p><a href="CodeSystem-ACCESSUnalignmentReasonCS.xml" no-download="true">Raw xml</a> | <a href="CodeSystem-ACCESSUnalignmentReasonCS.xml" download>Download</a></p>
<!-- insert intro if present -->
<pre class="xml" data-fhir="generated" style="white-space: pre; text-wrap: nowrap; width: auto;"><code class="language-xml" style="white-space: pre; text-wrap: nowrap;">
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem">CodeSystem</a> xmlns="http://hl7.org/fhir">
<<a href="http://hl7.org/fhir/R4/resource.html#CodeSystem.id">id</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="ACCESSUnalignmentReasonCS"/>
<<a href="http://hl7.org/fhir/R4/domainresource.html#CodeSystem.text">text</a>>
<<a href="http://hl7.org/fhir/R4/datatypes.html#Narrative#Narrative.status">status</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem ACCESSUnalignmentReasonCS</b></p><a name="ACCESSUnalignmentReasonCS"> </a><a name="hcACCESSUnalignmentReasonCS"> </a><p>This case-sensitive code system <code>https://dsacms.github.io/cmmi-access-model/CodeSystem/ACCESSUnalignmentReasonCS</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">geographic-relocated<a name="ACCESSUnalignmentReasonCS-geographic-relocated"> </a></td><td>Geographic relocated</td><td>Patient has relocated outside of the geographic area in which the aligned participant is licensed to provide services.</td></tr><tr><td style="white-space:nowrap">loss-of-contact<a name="ACCESSUnalignmentReasonCS-loss-of-contact"> </a></td><td>Loss of contact</td><td>Despite good faith efforts, defined as making three or more outreach attempts over 30 or more days, contact with the patient has been lost and therefore no longer able to engage with them.</td></tr><tr><td style="white-space:nowrap">no-longer-clinically-eligible<a name="ACCESSUnalignmentReasonCS-no-longer-clinically-eligible"> </a></td><td>No longer clinically eligible</td><td>Patient's conditions have changed such that they are no longer eligible for the ACCESS Model.</td></tr><tr><td style="white-space:nowrap">patient-initiated<a name="ACCESSUnalignmentReasonCS-patient-initiated"> </a></td><td>Patient initiated</td><td>Patient no longer wants to participate in the ACCESS Model after the initial 90-day lock-in period.</td></tr></table></div><a name="end-xhtml"></a>
</<a href="http://hl7.org/fhir/R4/domainresource.html#CodeSystem.text">text</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.url">url</a>
<a href="http://hl7.org/fhir/R4/datatypes.html#uri">value</a>="https://dsacms.github.io/cmmi-access-model/CodeSystem/ACCESSUnalignmentReasonCS"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.version">version</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="0.9.1"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.name">name</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="ACCESSUnalignmentReasonCS"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.title">title</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="ACCESS Unalignment Reason Codes"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.status">status</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="draft"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.experimental">experimental</a> <a href="http://hl7.org/fhir/R4/datatypes.html#boolean">value</a>="false"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.date">date</a> <a href="http://hl7.org/fhir/R4/datatypes.html#dateTime">value</a>="2026-03-12T23:55:37-07:00"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.publisher">publisher</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Global Alliant, Inc."/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.contact">contact</a>>
<<a href="http://hl7.org/fhir/R4/metadatatypes.html#ContactDetail#ContactDetail.name">name</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Global Alliant, Inc."/>
<<a href="http://hl7.org/fhir/R4/metadatatypes.html#ContactDetail#ContactDetail.telecom">telecom</a>>
<<a href="http://hl7.org/fhir/R4/datatypes.html#ContactPoint#ContactPoint.system">system</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="url"/>
<<a href="http://hl7.org/fhir/R4/datatypes.html#ContactPoint#ContactPoint.value">value</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="https://globalalliantinc.com"/>
</<a href="http://hl7.org/fhir/R4/metadatatypes.html#ContactDetail#ContactDetail.telecom">telecom</a>>
<<a href="http://hl7.org/fhir/R4/metadatatypes.html#ContactDetail#ContactDetail.telecom">telecom</a>>
<<a href="http://hl7.org/fhir/R4/datatypes.html#ContactPoint#ContactPoint.system">system</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="email"/>
<<a href="http://hl7.org/fhir/R4/datatypes.html#ContactPoint#ContactPoint.value">value</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="david.h@globalalliantinc.org"/>
</<a href="http://hl7.org/fhir/R4/metadatatypes.html#ContactDetail#ContactDetail.telecom">telecom</a>>
</<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.contact">contact</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.description">description</a>
<a href="http://hl7.org/fhir/R4/datatypes.html#markdown">value</a>="This codesystem defines the codes indicating the reason for the requested unalignment."/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.jurisdiction">jurisdiction</a>>
<<a href="http://hl7.org/fhir/R4/datatypes.html#CodeableConcept#CodeableConcept.coding">coding</a>>
<<a href="http://hl7.org/fhir/R4/datatypes.html#Coding#Coding.system">system</a> <a href="http://hl7.org/fhir/R4/datatypes.html#uri">value</a>="urn:iso:std:iso:3166"/>
<<a href="http://hl7.org/fhir/R4/datatypes.html#Coding#Coding.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="US"/>
<<a href="http://hl7.org/fhir/R4/datatypes.html#Coding#Coding.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="United States of America"/>
</<a href="http://hl7.org/fhir/R4/datatypes.html#CodeableConcept#CodeableConcept.coding">coding</a>>
</<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.jurisdiction">jurisdiction</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.copyright">copyright</a>
<a href="http://hl7.org/fhir/R4/datatypes.html#markdown">value</a>="Copyright (c) 2026 Centers for Medicare and Medicaid Services (CMS)."/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.caseSensitive">caseSensitive</a> <a href="http://hl7.org/fhir/R4/datatypes.html#boolean">value</a>="true"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.content">content</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="complete"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.count">count</a> <a href="http://hl7.org/fhir/R4/datatypes.html#unsignedInt">value</a>="4"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="geographic-relocated"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Geographic relocated"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">definition</a>
<a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Patient has relocated outside of the geographic area in which the aligned participant is licensed to provide services."/>
</<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="loss-of-contact"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Loss of contact"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">definition</a>
<a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Despite good faith efforts, defined as making three or more outreach attempts over 30 or more days, contact with the patient has been lost and therefore no longer able to engage with them."/>
</<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="no-longer-clinically-eligible"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="No longer clinically eligible"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">definition</a>
<a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Patient's conditions have changed such that they are no longer eligible for the ACCESS Model."/>
</<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">code</a> <a href="http://hl7.org/fhir/R4/datatypes.html#code">value</a>="patient-initiated"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">display</a> <a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Patient initiated"/>
<<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">definition</a>
<a href="http://hl7.org/fhir/R4/datatypes.html#string">value</a>="Patient no longer wants to participate in the ACCESS Model after the initial 90-day lock-in period."/>
</<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">concept</a>>
</<a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem">CodeSystem</a>></code></pre>
<!-- insert notes if present -->
</div>
</div> <!-- /inner-wrapper -->
</div> <!-- /row -->
</div> <!-- /container -->
</div> <!-- /segment-content -->
<script type="text/javascript" src="assets/js/jquery.js"> </script> <!-- note keep space here, otherwise it will be transformed to empty tag -> fails -->
<script type="text/javascript" src="assets/js/jquery-ui.min.js"> </script>
<script type="text/javascript" src="assets/js/window-hash.js"> </script>
<a name="bottom"> </a>
<div id="segment-footer" igtool="footer" class="segment"> <!-- segment-footer -->
<div class="container"> <!-- container -->
<div class="inner-wrapper">
<p>
IG © 2025+ <a style="color:var(--footer-hyperlink-text-color)" href="https://globalalliantinc.com">Global Alliant, Inc.</a>. Package cms.fhir.us.access#0.9.1 based on <a style="color: var(--footer-hyperlink-text-color)" href="http://hl7.org/fhir/R4/">FHIR 4.0.1</a>. Generated <span title="Thu, Mar 12, 2026 23:55-0700">2026-03-12</span>
<br/>
<span style="color: var(--footer-highlight-text-color)">
Links: <a style="color: var(--footer-hyperlink-text-color)" href="toc.html">Table of Contents</a> |
<a style="color: var(--footer-hyperlink-text-color)" href="qa.html">QA Report</a>
</span>
</p>
</div> <!-- /inner-wrapper -->
</div> <!-- /container -->
</div> <!-- /segment-footer -->
<div id="segment-post-footer" class="segment hidden"> <!-- segment-post-footer -->
<div class="container"> <!-- container -->
</div> <!-- /container -->
</div> <!-- /segment-post-footer -->
<!-- JS and analytics only. -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="assets/js/bootstrap.min.js"> </script>
<script type="text/javascript" src="assets/js/respond.min.js"> </script>
<script type="text/javascript" src="assets/js/anchor.min.js"> </script>
<script type="text/javascript" src="assets/js/clipboard.min.js"> </script>
<script type="text/javascript" src="assets/js/clipboard-btn.js"> </script>
<script type="text/javascript" src="assets/js/anchor-hover.js"> </script>
<!-- Analytics Below
================================================== -->
</body>
</html>