forked from brettmarquard/HL7-C-CDA-Task-Force-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Lipid_panel_results_Bill_Ormerod.xml
169 lines (169 loc) · 7.21 KB
/
Lipid_panel_results_Bill_Ormerod.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
<!-- ******************************************************** start added lipid panel reesults ******************************************************** -->
<component>
<section>
<templateId root="2.16.840.1.113883.10.20.22.2.3.1"/>
<templateId root="2.16.840.1.113883.10.20.22.2.3.1" extension="2015-08-01"/>
<!-- Results Section with Coded Entries Required-->
<code code="30954-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="Relevant diagnostic tests and/or laboratory data"/>
<title>Completed Lab Results</title>
<text>
<table border="1">
<thead>
<tr>
<th colspan="5">Lipid Panel, 04/27/2017 9:30 am</th>
</tr>
<tr>
<th>Description</th>
<th>Value</th>
<th>Unit</th>
<th>Interpretation</th>
<th>Reference Range</th>
</tr>
</thead>
<tbody>
<tr ID="result1">
<td>Cholesterol [Mass/volume] in Serum or Plasma</td>
<td>196</td>
<td>mg/dL</td>
<td>Normal</td>
<td ID="resultReferenceRange1">Recommended: <200; Moderate Risk: 200-239; High Risk: >240</td>
</tr>
<tr ID="result2">
<td>Triglyceride [Mass/volume] in Serum or Plasma</td>
<!-- Example value filed from HL7 interface, paired with a real unit -->
<td>100</td>
<td>mg/dL</td>
<td>Normal</td>
<td>40 to 160</td>
</tr>
<tr ID="result3">
<td>Cholesterol in HDL [Mass/volume] in Serum or Plasma</td>
<td>60</td>
<td>mg/dL</td>
<td>Normal</td>
<td>29 to 72</td>
</tr>
<tr ID="result4">
<td>Cholesterol in LDL [Mass/volume] in Serum or Plasma</td>
<td>116</td>
<td>mg/dL</td>
<td>Normal</td>
<td>Recommended: <130; Moderate Risk: 130-159; High Risk: >160</td>
</tr>
</tbody>
</table>
</text>
<entry>
<organizer classCode="BATTERY" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.1"/>
<templateId root="2.16.840.1.113883.10.20.22.4.1" extension="2015-08-01"/>
<id root="f16043d8-8d93-41a1-9682-a6cc7215572c"/>
<code code="24331-1" displayName="Lipid 1996 panel in Serum or Plasma" codeSystem="2.16.840.1.113883.6.1"
codeSystemName="LOINC"/>
<statusCode code="completed"/>
<effectiveTime>
<low value="201704270930+0500"/>
<high value="201704270930+0500"/>
</effectiveTime>
<!-- This component just here to show a typical PQ result, as well as the basis for an atypical LDL result -->
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.2"/>
<templateId root="2.16.840.1.113883.10.20.22.4.2" extension="2015-08-01"/>
<id root="ccccccd8-8d93-41a1-9682-a6cc7215572c"/>
<code code="2093-3" displayName="Cholesterol [Mass/volume] in Serum or Plasma"
codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
<text>
<reference value="#result1"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="201704270930+0500"/>
<value xsi:type="PQ" value="196" unit="mg/dL"/>
<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
<referenceRange>
<!-- Combining the 3 reference ranges in a single observationRange should only be done when received from lab in single string -->
<!-- Ideally, these ranges would be split into 3 separate referenceRange/observationRange with individual value and interpretationCode -->
<observationRange>
<text>
<reference value="#resultReferenceRange1"/>
</text>
<value xsi:type="ST">"Recommended: <200; Moderate Risk: 200-239; High Risk: >240"</value>
</observationRange>
</referenceRange>
</observation>
</component>
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.2"/>
<templateId root="2.16.840.1.113883.10.20.22.4.2" extension="2015-08-01"/>
<id root="ccccccd8-8d93-41a1-9682-a6cc7215572c"/>
<code code="2571-8" displayName="Triglyceride [Mass/volume] in Serum Plasma"
codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
<text>
<reference value="#result2"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="201704270930+0500"/>
<value xsi:type="PQ" value="100" unit="mg/dL" />
<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
<referenceRange>
<observationRange>
<value xsi:type="IVL_PQ">
<low value="40" unit="mg/dL"/>
<high value="160" unit="mg/dL" />
</value>
</observationRange>
</referenceRange>
</observation>
</component>
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.2"/>
<templateId root="2.16.840.1.113883.10.20.22.4.2" extension="2015-08-01"/>
<id root="ccccccd8-8d93-41a1-9682-a6cc7215572c"/>
<code code="2085-9" displayName="Cholesterol in HDL [Mass/volume] in Serum or Plasma"
codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
<text>
<reference value="#result3"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="201704270930+0500"/>
<value xsi:type="PQ" value="60" unit="mg/dL" />
<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
<referenceRange>
<observationRange>
<value xsi:type="IVL_PQ">
<low value="29" unit="mg/dL"/>
<high value="72" unit="mg/dL" />
</value>
</observationRange>
</referenceRange>
</observation>
</component>
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.2"/>
<templateId root="2.16.840.1.113883.10.20.22.4.2" extension="2015-08-01"/>
<id root="ccccccd8-8d93-41a1-9682-a6cc7215572c"/>
<code code="2089-1" displayName="Cholesterol in LDL [Mass/volume] in Serum or Plasma"
codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
<text>
<reference value="#result4"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="201704270930+0500"/>
<value xsi:type="PQ" value="116" unit="mg/dL" />
<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
<referenceRange>
<observationRange>
<value xsi:type="ST">"Recommended: <130; Moderate Risk: 131-159; High Risk: >160"</value>
</observationRange>
</referenceRange>
</observation>
</component>
</organizer>
</entry>
</section>
</component>
<!-- ******************************************************** end added lipid panel reesults ******************************************************** -->