-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathRESULT_Radiology_Result.xml
93 lines (93 loc) · 3.75 KB
/
RESULT_Radiology_Result.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
<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">Chest X-RAY 2 views</th>
</tr>
<tr>
<th colspan="4">Performed on 02-25-2015 9:10a</th>
</tr>
<tr ID="Result1">
<td>Chest X-Ray 2 Views</td>
<td ID="Result1OriginalText" >
The lungs are clear. The heart is enlarged with evidence of cardiomegaly.
Pulmonary vasculature is normal. The aorta is mildly ectatic and tortuous.
IMPRESSION: Cardiomegaly. No other acute abnormality.
</td>
<td></td>
<td></td>
</tr>
<tr>
<th colspan="4">Electronically signed: Hermione Seaven, MD 02-25-2015 10:32a</th>
</tr>
</tbody>
</table>
</text>
<entry>
<organizer classCode="CLUSTER" moodCode="EVN">
<!-- Selected CLUSTER since not a set of tests -->
<templateId root="2.16.840.1.113883.10.20.22.4.1"/>
<!-- Results Organizer -->
<id root="e1aa44dd-6f39-4f5c-b267-897c3821b563"/>
<code code="71020" displayName="Chest X-Ray 2 Views" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT"/>
<statusCode code="completed"/>
<!-- an organizer/effectiveTime value="20150225091059-0500" could be used but is not required -->
<component>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.2"/>
<!-- Results Observation -->
<id root="e1aa44dd-6f39-2f5c-b267-897c3824b563"/>
<code code="36643-5" displayName="Chest X-ray 2 Views" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC">
<!-- a translation code may be helpful and used by some EHRs to denote that this is a textual response of result impression -->
</code>
<text>
<reference value="#Result1"/>
</text>
<statusCode code="completed"/>
<!-- This is the timestamp of biologically relevance (i.e. when chest x-ray was performed), aligning with HL7 v3 modeling. -->
<effectiveTime value="20150225091059-0500"/>
<value xsi:type="ED">
<reference value="#Result1OriginalText" />
</value>
<interpretationCode nullFlavor="NI"/>
<author>
<!-- This is the timestamp of when the author (i.e. the radiologist) interepreted the chest x-ray-->
<time value="20150225103206-0500"/>
<assignedAuthor>
<id extension="66666" root="2.16.840.1.113883.4.6"/>
<code code="111NR0200X" codeSystem="2.16.840.1.113883.6.101" codeSystemName="NUCC" displayName="Radiology"/>
<addr>
<streetAddressLine>6666 StreetName St.</streetAddressLine>
<city>Silver Spring</city>
<state>MD</state>
<postalCode>20901</postalCode>
<country>US</country>
</addr>
<telecom value="tel:+1(301)666-6666" use="WP"/>
<assignedPerson>
<name>
<given>Hermione</given>
<family>Seaven</family>
<suffix>MD</suffix>
</name>
</assignedPerson>
</assignedAuthor>
</author>
</observation>
</component>
</organizer>
</entry>
</section>