-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCodeSystem-ACCESSUnalignmentResultCS.json
More file actions
54 lines (54 loc) · 3.14 KB
/
CodeSystem-ACCESSUnalignmentResultCS.json
File metadata and controls
54 lines (54 loc) · 3.14 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
{
"resourceType" : "CodeSystem",
"id" : "ACCESSUnalignmentResultCS",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ACCESSUnalignmentResultCS</b></p><a name=\"ACCESSUnalignmentResultCS\"> </a><a name=\"hcACCESSUnalignmentResultCS\"> </a><p>This case-sensitive code system <code>https://dsacms.github.io/cmmi-access-model/CodeSystem/ACCESSUnalignmentResultCS</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\">unaligned<a name=\"ACCESSUnalignmentResultCS-unaligned\"> </a></td><td>Unaligned</td><td>The request to unalign the patient has been accepted and the patient has been successfully unaligned.</td></tr><tr><td style=\"white-space:nowrap\">unalignment-pending<a name=\"ACCESSUnalignmentResultCS-unalignment-pending\"> </a></td><td>Unalignment pending further review</td><td>Additional review is needed and you will receive further information once the manual review of the unalignment request is complete.</td></tr><tr><td style=\"white-space:nowrap\">patient-not-aligned<a name=\"ACCESSUnalignmentResultCS-patient-not-aligned\"> </a></td><td>Patient not aligned</td><td>Patient is not currently aligned to this participant in the specified track and therefore cannot be unaligned.</td></tr></table></div>"
},
"url" : "https://dsacms.github.io/cmmi-access-model/CodeSystem/ACCESSUnalignmentResultCS",
"version" : "0.9.1",
"name" : "ACCESSUnalignmentResultCS",
"title" : "ACCESS Unalignment Request Result Codes",
"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 the codes indicating the result of a requested unalignment.",
"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" : 3,
"concept" : [{
"code" : "unaligned",
"display" : "Unaligned",
"definition" : "The request to unalign the patient has been accepted and the patient has been successfully unaligned."
},
{
"code" : "unalignment-pending",
"display" : "Unalignment pending further review",
"definition" : "Additional review is needed and you will receive further information once the manual review of the unalignment request is complete."
},
{
"code" : "patient-not-aligned",
"display" : "Patient not aligned",
"definition" : "Patient is not currently aligned to this participant in the specified track and therefore cannot be unaligned."
}]
}