-
Notifications
You must be signed in to change notification settings - Fork 14
/
RESULT_Use_of_String_Value.xml
60 lines (60 loc) · 2.28 KB
/
RESULT_Use_of_String_Value.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
<section>
<templateId root="2.16.840.1.113883.10.20.22.2.3.1"/>
<!-- 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>Results</title>
<text>
<table border="1">
<thead>
<tr>
<th>Description</th>
<th>Value / Unit</th>
<th>Interpretation</th>
<th>Reference Range</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="4">Lab Results For HL7 Example Task Force</th>
</tr>
<tr>
<th colspan="4">Urine Color at 10-23-2013 9:10a</th>
</tr>
<tr ID="Result1">
<td>Urine Color</td>
<td>Amber</td>
<td>Normal</td>
<td>None provided</td>
</tr>
</tbody>
</table>
</text>
<entry>
<!-- A complete urinanalysis would return multiple components, but only the urine color example is shown below to demonstrate a string result-->
<organizer classCode="BATTERY" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.1"/>
<id root="f1aa44dd-6f39-4f5c-b267-897c3824b563"/>
<code code="24356-8" displayName="Urinalysis complete pnl Ur" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
<statusCode code="completed"/>
<effectiveTime value="201310230910+0500"/>
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.2"/>
<id root="f1aa44dd-6f39-4f5c-b267-897c3824b563"/>
<code code="5778-6" displayName="Color of Urine" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
<text>
<reference value="#Result1"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="20131023090823+0500"/>
<!-- Representing a result returned as unstructured string-->
<!-- There may be a code for this and other colors, but this would be practice when the code is not provided or unkonwn-->
<!-- C-CDA R1.1 does not include a vocabulary binding on the value element -->
<value xsi:type="ST">Amber</value>
<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
</observation>
</component>
<!-- A complete urinanalysis would return multiple components, but only the urine color example is shown above-->
</organizer>
</entry>
</section>