-
Notifications
You must be signed in to change notification settings - Fork 14
/
VITALS_Complete_Panel_Mixed_Units.xml
172 lines (172 loc) · 6.8 KB
/
VITALS_Complete_Panel_Mixed_Units.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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<section>
<templateId root="2.16.840.1.113883.10.20.22.2.4.1"/>
<code code="8716-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Vital Signs"/>
<title>Vital Signs (Last Filed)</title>
<text>
<table>
<thead>
<tr>
<th>Date</th>
<th>Blood Pressure</th>
<th>Pulse</th>
<th>Temperature</th>
<th>Respiratory Rate</th>
<th>Height</th>
<th>Weight</th>
<th>BMI</th>
<th>SpO2</th>
</tr>
</thead>
<tbody>
<tr>
<td>05/20/2014 7:36pm</td>
<!-- You can consolidate Systolic and Diastolic in human view if desired but should retain separate references-->
<td>
<content ID="SystolicBP_2">120</content>/<content ID="DiastolicBP_2">80</content>mm[Hg]
</td>
<td ID="Pulse_2">80 /min</td>
<td ID="Temp_2">99.0 F</td>
<td ID="RespRate_2">18 /min</td>
<td ID="Height_2">5'7 (67 inches)</td>
<td ID="Weight_2">239.9 lbs</td>
<td ID="BMI_2">37.58 kg/m2</td>
<td ID="SPO2_2">98%</td>
</tr>
</tbody>
</table>
</text>
<entry typeCode="DRIV">
<!-- When a set of vital signs are recorded together, include them in single clustered organizer-->
<organizer classCode="CLUSTER" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.26"/>
<id root="e421f5c8-29c2-4798-9cb5-7988c236e49d" />
<code code="46680005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Vital signs"/>
<statusCode code="completed"/>
<effectiveTime value="20140520193605+0500"/>
<!-- Each vital sign should be its own component. Note that systolic and diastolic BP must be separate components-->
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.27"/>
<id root="2721acc5-0d05-4402-9e62-79943ea3901c" />
<code code="8480-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="SYSTOLIC BLOOD PRESSURE"/>
<text>
<!-- This reference identifies content in human readable formatted text-->
<reference value="#SystolicBP_2"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="20140520193605+0500"/>
<!-- Example of Value with UCUM unit. Note that mixed metric and imperial units used in this example-->
<value xsi:type="PQ" value="120" unit="mm[Hg]"/>
<!-- Additional information of interpretation and/or reference range may be included but are optional-->
</observation>
</component>
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.27"/>
<id root="88a01c83-a096-4705-a992-b5f59eca8c8c" />
<code code="8462-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="DIASTOLIC BLOOD PRESSURE"/>
<text>
<reference value="#DiastolicBP_2"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="20140520193605+0500"/>
<value xsi:type="PQ" value="80" unit="mm[Hg]"/>
</observation>
</component>
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.27"/>
<id root="83bbffe1-54e5-4984-a32d-ad8f8d6896d8" />
<code code="8867-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="HEART RATE"/>
<text>
<reference value="#Pulse_2"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="20140520193605+0500"/>
<value xsi:type="PQ" value="80" unit="/min"/>
</observation>
</component>
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.27"/>
<id root="85f5784f-2958-4321-b7b6-3030d1577dc0" />
<code code="8310-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="BODY TEMPERATURE"/>
<text>
<reference value="#Temp_2"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="20140520193605+0500"/>
<!-- Note the UCUM conformant way to specify degrees Farenheit-->
<value xsi:type="PQ" value="99.0" unit="[degF]" />
</observation>
</component>
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.27"/>
<id root="b618fa98-6596-4e19-a9e7-6bdb48012fc8" />
<code code="9279-1" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="RESPIRATORY RATE"/>
<text>
<reference value="#RespRate_2"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="20140520193605+0500"/>
<value xsi:type="PQ" value="18" unit="/min" />
</observation>
</component>
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.27"/>
<id root="1b1274a9-b45f-449a-8493-08eaeaeba7d6" />
<code code="8302-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="HEIGHT"/>
<text>
<reference value="#Height_2"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="20140520193605+0500"/>
<!-- Note the UCUM conformant way to specify inches-->
<value xsi:type="PQ" value="67" unit="[in_us]" />
</observation>
</component>
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.27"/>
<id root="1c1f89f1-8e93-4a46-b37f-9434f99727b8" />
<code code="3141-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="WEIGHT"/>
<text>
<reference value="#Weight_2"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="20140520193605+0500"/>
<!-- Note the UCUM conformant way to specify pounds-->
<value xsi:type="PQ" value="239.9" unit="[lb_av]" />
</observation>
</component>
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.27"/>
<id root="fd4ccd0b-c045-4587-8976-a17e2e064a1e" />
<code code="39156-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="BODY MASS INDEX"/>
<text>
<reference value="#BMI_2"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="20140520193605+0500"/>
<value xsi:type="PQ" value="37.58" unit="kg/m2"/>
</observation>
</component>
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.27"/>
<id root="0ef4afda-1638-4ad2-9978-7321bbceb0cb" />
<code code="2710-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="OXYGEN SATURATION"/>
<text>
<reference value="#SPO2_2"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="20140520193605+0500"/>
<value xsi:type="PQ" value="98" unit="%"/>
</observation>
</component>
</organizer>
</entry>
</section>