forked from donaldson-ed/taskforceExample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Result_panel_with_pending_component.xml
88 lines (88 loc) · 4.45 KB
/
Result_panel_with_pending_component.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
<component>
<section>
<templateId root = "2.16.840.1.113883.10.20.22.2.3.1"/>
<code code = "30954-2" codeSystem = "2.16.840.1.113883.6.1" codeSystemName = "LOINC" displayName = "RESULTS"/>
<title>RESULTS</title>
<text>
<table border = "1" width = "100%">
<thead>
<tr>
<th>Name</th>
<th>Actual Result</th>
<th>Date</th>
</tr>
</thead>
<tbody>
<tr>
<td>CBC W Auto Differential panel in Blood</td>
<td/>
<td>8/6/2012</td>
</tr>
<tr>
<td>
<content ID = "result1">HGB, [LOINC: 30313-1]</content>
</td>
<td>14.2</td>
<td>8/6/2012</td>
</tr>
<tr>
<td>
<content ID = "result5">Sputum Culture, [LOINC: 6460-0]</content>
</td>
<!-- Representation of the pending test in the narrative section -->
<td>Pending</td>
<td>8/6/2012</td>
</tr>
</tbody>
</table>
</text>
<entry typeCode = "DRIV">
<organizer classCode = "BATTERY" moodCode = "EVN">
<templateId root = "2.16.840.1.113883.10.20.22.4.1"/>
<id root = "7d5a02b0-67a4-11db-bd13-0800200c9a66"/>
<code xsi:type = "CE" code = "57021-8" displayName = "CBC W Auto Differential panel in Blood" codeSystemName = "LOINC" codeSystem = "2.16.840.1.113883.6.1"/>
<!-- Status is active since all components are not complete -->
<statusCode code = "active"/>
<component>
<observation classCode = "OBS" moodCode = "EVN">
<templateId root = "2.16.840.1.113883.10.20.22.4.2"/>
<id root = "107c2dc0-67a5-11db-bd13-0800200c9a66"/>
<code displayName = "Hemoglobin [Mass/volume] in Arterial blood" code = "30313-1" codeSystem = "2.16.840.1.113883.6.1">
<originalText>
<reference value = "#result1"/>
</originalText>
</code>
<text>
<reference value = "#result1"/>
</text>
<!-- Status of this test is completed -->
<statusCode code = "completed"/>
<effectiveTime value = "20120806"/>
<!-- Represents a completed result reported as structured data -->
<value xsi:type = "PQ" unit = "g/dl " value = "14.2"/>
<interpretationCode code = "N" codeSystem = "2.16.840.1.113883.5.83"/>
</observation>
</component>
<component>
<observation classCode = "OBS" moodCode = "EVN">
<templateId root = "2.16.840.1.113883.10.20.22.4.2"/>
<id root = "68762391-bfa5-4dfa-9f6f-d37109a97d19"/>
<code xsi:type = "CE" code = "6460-0" displayName = "Sputum Culture" codeSystem = "2.16.840.1.113883.6.1" codeSystemName = "LOINC"/>
<text>
<reference value = "#result5"/>
</text>
<!-- Status of this test is active -->
<statusCode code = "active"/>
<effectiveTime value = "20120806"/>
<!-- Representing the pending result as NAV = temporarily unavailable.
The information is not available, but is expected to be available later.-->
<value nullFlavor="NAV"/>
<!-- This is instead of reprsenting the Pending result as an unstructured string which
can be misconstrued as a value.
<value xsi:type = "ST">Pending</value> -->
</observation>
</component>
</organizer>
</entry>
</section>
</component>