-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcs-v2-0422.xml
150 lines (149 loc) · 4.7 KB
/
cs-v2-0422.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="v2-0422"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="FM"/>
</extension>
<extension url="http://healthintersections.com.au/fhir/StructureDefinition/valueset-stdref">
<valueUri value="http://hl7.org/v2/ch02c.html#Heading355"/>
</extension>
<extension url="http://healthintersections.com.au/fhir/StructureDefinition/valueset-stdsection">
<valueString value="2.C.2.339"/>
</extension>
<extension url="http://healthintersections.com.au/fhir/StructureDefinition/valueset-v2type">
<valueCode value="User"/>
</extension>
<url value="http://hl7.org/fhir/ig/vocab-poc/CodeSystem/v2-0422"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.18.263">
<extension url="http://healthintersections.com.au/fhir/StructureDefinition/identifier-display">
<valueString value="triageType"/>
</extension>
</value>
</identifier>
<version value="1"/>
<name value="V2Table0422"/>
<title value="V2 Table: Triage Code"/>
<status value="active"/>
<experimental value="false"/>
<date value="2016-03-11"/>
<publisher value="HL7, Inc"/>
<contact>
<telecom>
<system value="url"/>
<value value="https://github.com/grahamegrieve/vocab-poc"/>
</telecom>
</contact>
<description value="HL7-defined code system of concepts which specify a patient’s prioritization within the context of a transmitted abstract. Used in HL7 Version 2 messaging in the ABS segment."/>
<purpose value="Underlying Master Code System for V2 table 0422 (Triage Code)"/>
<copyright value="Copyright HL7. Licensed under creative commons public domain"/>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ig/vocab-poc/ValueSet/v2-0422"/>
<hierarchyMeaning value="is-a"/>
<compositional value="false"/>
<versionNeeded value="false"/>
<content value="complete"/>
<property>
<code value="status"/>
<uri value="http://healthintersections.com.au/csprop/status"/>
<description value="Status of the concept"/>
<type value="code"/>
</property>
<property>
<code value="intro"/>
<uri value="http://healthintersections.com.au/csprop/intro"/>
<description value="Version of HL7 in which the code was first defined"/>
<type value="code"/>
</property>
<property>
<code value="deprecated"/>
<uri value="http://healthintersections.com.au/csprop/deprecated"/>
<description value="Version of HL7 in which the code was deprecated"/>
<type value="code"/>
</property>
<property>
<code value="backwardsCompatible"/>
<uri value="http://healthintersections.com.au/csprop/backwardsCompatible"/>
<description value="Whether code is considered 'backwards compatible' (whatever that means)"/>
<type value="boolean"/>
</property>
<concept id="1">
<code value="1"/>
<display value="Non-acute"/>
<definition value="Non-acute"/>
<property>
<code value="intro"/>
<valueCode value="2.4"/>
</property>
<property>
<code value="status"/>
<valueCode value="Active"/>
</property>
</concept>
<concept id="2">
<code value="2"/>
<display value="Acute"/>
<definition value="Acute"/>
<property>
<code value="intro"/>
<valueCode value="2.4"/>
</property>
<property>
<code value="status"/>
<valueCode value="Active"/>
</property>
</concept>
<concept id="3">
<code value="3"/>
<display value="Urgent"/>
<definition value="Urgent"/>
<property>
<code value="intro"/>
<valueCode value="2.4"/>
</property>
<property>
<code value="status"/>
<valueCode value="Active"/>
</property>
</concept>
<concept id="4">
<code value="4"/>
<display value="Severe"/>
<definition value="Severe"/>
<property>
<code value="intro"/>
<valueCode value="2.4"/>
</property>
<property>
<code value="status"/>
<valueCode value="Active"/>
</property>
</concept>
<concept id="5">
<code value="5"/>
<display value="Dead on Arrival (DOA)"/>
<definition value="Dead on Arrival (DOA)"/>
<property>
<code value="intro"/>
<valueCode value="2.4"/>
</property>
<property>
<code value="status"/>
<valueCode value="Active"/>
</property>
</concept>
<concept id="6">
<code value="99"/>
<display value="Other"/>
<definition value="Other"/>
<property>
<code value="intro"/>
<valueCode value="2.4"/>
</property>
<property>
<code value="status"/>
<valueCode value="Active"/>
</property>
</concept>
</CodeSystem>