-
Notifications
You must be signed in to change notification settings - Fork 14
/
DEMO_Example_in_empty_CCD.xml
279 lines (279 loc) · 13.6 KB
/
DEMO_Example_in_empty_CCD.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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="CDA.xsl"?>
<!-- This is an empty C-CDA skeleton which will be used by HL7 CDA Example Task Force -->
<!-- This document was based on prior work by Lisa Nelson and Brian Weiss. contact John D'Amore with questions -->
<!-- See http://wiki.hl7.org/index.php?title=CDA_Example_Task_Force -->
<ClinicalDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:hl7-org:v3 ../90%20HL7/00%20Standard%20-%20C-CDA/20130409%20C-CDA%20R1dot1_2012JUL/Updated_CDA_Schema_Files_Extension_Support/CDA_Schema_Files/infrastructure/cda/CDA_SDTC.xsd"
xmlns="urn:hl7-org:v3"
xmlns:cda="urn:hl7-org:v3"
xmlns:sdtc="urn:hl7-org:sdtc">
<realmCode code="US"/>
<typeId root="2.16.840.1.113883.1.3" extension="POCD_HD000040"/>
<templateId root="2.16.840.1.113883.10.20.22.1.1"/> <!-- C-CDA -->
<templateId root="2.16.840.1.113883.10.20.22.1.2"/> <!-- CCD -->
<id root="2.16.840.1.113883.3.3208.101.1" extension="20130607100315-CCDA-CCD"/>
<code codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" code="34133-9" displayName="Summarization of Episode Note"/>
<title>Empty CCD Skeleton That Validates on TTT. Note this was based on work by Lisa Nelson and Brian Weiss</title>
<effectiveTime value="20130607000000-0000"/>
<confidentialityCode code="N" codeSystem="2.16.840.1.113883.5.25"/>
<languageCode code="en-US"/>
<recordTarget>
<patientRole>
<!-- The @root OID below (which is fictional) would be specific to an institution's record identifier system. -->
<id root="2.16.840.1.113883.3.6132" extension="345678912-0154"/>
<!-- HP is "primary home" from valueSet 2.16.840.1.113883.1.11.10637 -->
<addr use="HP">
<!-- You can have multiple [1..4] streetAddressLine elements. Single shown below -->
<streetAddressLine>1436 Jennyhill Ln.</streetAddressLine>
<city>Hollywood</city>
<!-- 5 or 9 digit zip codes from valueSet 2.16.840.1.113883.3.88.12.80.2-->
<!-- PostalCode is required if the country is US. If country is not specified, it's assumed to be US. If country -->
<!-- is something other than US, the postalCode MAY be present but MAY be bound to different vocabularies -->
<postalCode>90068</postalCode>
<!-- State is required if the country is US. If country is not specified, it's assumed to be US. -->
<!-- If country is something other than US, the state MAY be present but MAY be bound to different vocabularies -->
<!-- OR is "Oregon" from valueSet 2.16.840.1.113883.3.88.12.80.1 -->
<state>CA</state>
<!-- US is the two digit code for "United States" from valueSet 2.16.840.1.113883.3.88.12.80.63 -->
<country>US</country>
</addr>
<!-- MC is "mobile contact" from HL7 AddressUse 2.16.840.1.113883.5.1119 -->
<telecom value="tel:+1(565)867-5309" use="MC"/>
<!-- Multiple telecoms are possible -->
<telecom value="mailto://[email protected]" use="WP"/>
<patient>
<name use="L">
<given>Adam</given>
<family>Everyman</family>
</name>
<administrativeGenderCode code="M" codeSystem="2.16.840.1.113883.5.1" displayName="Male" codeSystemName="AdministrativeGender"/>
<birthTime value="19621022"/>
<maritalStatusCode code="M" displayName="Married" codeSystem="2.16.840.1.113883.5.2" codeSystemName="MaritalStatus"/>
<religiousAffiliationCode code="1013" displayName="Christian (non-Catholic, non-specific)" codeSystem="2.16.840.1.113883.5.1076" codeSystemName="HL7 Religious Affiliation"/>
<!-- CDC Race and Ethnicity code set contains the five minimum race and ethnicity categories defined by OMB Standards -->
<raceCode code="2106-3" displayName="White" codeSystem="2.16.840.1.113883.6.238" codeSystemName="OMB Standards for Race and Ethnicity"/>
<ethnicGroupCode code="2186-5" displayName="Not Hispanic or Latino" codeSystem="2.16.840.1.113883.6.238" codeSystemName="OMB Standards for Race and Ethnicity"/>
<languageCommunication>
<languageCode code="eng"/>
<!-- "eng" is ISO 639-2 alpha-3 code for "English" -->
<modeCode code="ESP" displayName="Expressed spoken" codeSystem="2.16.840.1.113883.5.60" codeSystemName="LanguageAbilityMode"/>
<proficiencyLevelCode code="E" displayName="Excellent" codeSystem="2.16.840.1.113883.5.61" codeSystemName="LanguageAbilityProficiency"/>
<preferenceInd value="true"/>
</languageCommunication>
<!-- Multiple languages are permitted. Only one should have a preferenceInd = true -->
<languageCommunication>
<languageCode code="ita"/>
<!-- "ita" is ISO 639-2 alpha-3 code for "Italian" -->
<modeCode code="ESP" displayName="Expressed spoken" codeSystem="2.16.840.1.113883.5.60" codeSystemName="LanguageAbilityMode"/>
<proficiencyLevelCode code="G" displayName="Good" codeSystem="2.16.840.1.113883.5.61" codeSystemName="LanguageAbilityProficiency"/>
<!-- Patient's preferred language -->
<preferenceInd value="false"/>
</languageCommunication>
</patient>
</patientRole>
</recordTarget>
<author>
<time value="20130607000000"/>
<assignedAuthor>
<id extension="22222" root="2.16.840.1.113883.4.6"/>
<code code="207QA0505X" codeSystem="2.16.840.1.113883.6.101"
displayName="Adult Medicine" codeSystemName="NUCC"/>
<addr use="HP">
<streetAddressLine>2222 StreetName St.</streetAddressLine>
<city>Silver Spring</city><state>MD</state><postalCode>20901</postalCode>
<country>US</country>
</addr>
<telecom value="tel:+1(301)222-2222" use="WP"/>
<assignedPerson>
<name>
<given>Doctor</given>
<family>Second</family>
<suffix>MD</suffix>
</name>
</assignedPerson>
</assignedAuthor>
</author>
<dataEnterer>
<assignedEntity>
<id extension="33333" root="2.16.840.1.113883.4.6"/>
<code code="364SA2200X" displayName="Adult Health" codeSystem="2.16.840.1.113883.6.101" codeSystemName="NUCC"/>
<addr use="WP">
<streetAddressLine>3333 StreetName St.</streetAddressLine>
<city>Silver Spring</city><state>MD</state><postalCode>20901</postalCode>
<country>US</country>
</addr>
<telecom value="tel:+1(301)333-3333" use="WP"/>
<assignedPerson>
<name>
<given>Nurse</given>
<family>Tertiary</family>
</name>
</assignedPerson>
</assignedEntity>
</dataEnterer>
<custodian>
<assignedCustodian>
<representedCustodianOrganization>
<id extension="44444" root="2.16.840.1.113883.4.6"/>
<name>CDA PRO Fictional Hospital</name>
<telecom value="tel:+1(301)444-4444" use="WP"/>
<addr use="WP">
<streetAddressLine>4444 StreetName St.</streetAddressLine>
<city>Silver Spring</city><state>MD</state><postalCode>20901</postalCode>
<country>US</country>
</addr>
</representedCustodianOrganization>
</assignedCustodian>
</custodian>
<legalAuthenticator>
<time value="20130607000000"/>
<signatureCode code="S"/>
<assignedEntity>
<id root="2.16.840.1.113883.3.3208.101.3" extension="20130607102400-Authenticator1"/>
<addr use="WP">
<streetAddressLine>5555 StreetName St.</streetAddressLine>
<city>Silver Spring</city><state>MD</state><postalCode>20901</postalCode>
<country>US</country>
</addr>
<telecom value="tel:+1(301)555-5555" use="WP"/>
<assignedPerson>
<name>
<given>Physician</given>
<family>Fifthly</family>
<suffix>MD</suffix>
</name>
</assignedPerson>
</assignedEntity>
</legalAuthenticator>
<documentationOf>
<serviceEvent classCode="PCPR">
<effectiveTime>
<low value="19330316"/>
<high value="20130607"/>
</effectiveTime>
<performer typeCode="PRF">
<assignedEntity>
<id extension="66666" root="2.16.840.1.113883.4.6"/>
<code code="207RC0000X" codeSystem="2.16.840.1.113883.6.101" codeSystemName="NUCC"
displayName="Cardiovascular Disease"/>
<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>Heartly</given>
<family>Sixer</family>
<suffix>MD</suffix>
</name>
</assignedPerson>
</assignedEntity>
</performer>
</serviceEvent>
</documentationOf>
<!-- CDA Body -->
<component>
<structuredBody>
<!-- Allergies Section -->
<component>
<!-- nullFlavor of NI indicates No Information.-->
<!-- Validator currently checks for entries even in case of nullFlavor - this will need to be updated if approved.-->
<section nullFlavor="NI">
<templateId root="2.16.840.1.113883.10.20.22.2.6.1"/>
<!-- Allergies (entries required) section -->
<code code="48765-2" codeSystem="2.16.840.1.113883.6.1" displayName="Allergies, adverse reactions, alerts" codeSystemName="LOINC"/>
<title>ALLERGIES</title>
<text>No Information</text>
</section>
</component>
<!-- Medication Section -->
<component>
<!-- nullFlavor of NI indicates No Information.-->
<!-- Validator currently checks for entries even in case of nullFlavor - this will need to be updated if approved.-->
<section nullFlavor="NI">
<templateId root="2.16.840.1.113883.10.20.22.2.1.1"/>
<!-- Medication Section (entries required) -->
<code code="10160-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="History of Medication Use"/>
<title>MEDICATIONS</title>
<text>No Information</text>
</section>
</component>
<!-- Problem Section -->
<component>
<!-- nullFlavor of NI indicates No Information.-->
<!-- Validator currently checks for entries even in case of nullFlavor - this will need to be updated if approved.-->
<section nullFlavor="NI">
<!-- conforms to Problems section with entries required -->
<templateId root="2.16.840.1.113883.10.20.22.2.5.1"/>
<code code="11450-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="PROBLEM LIST"/>
<title>PROBLEMS</title>
<text>No Information</text>
</section>
</component>
<!-- Procedures Section -->
<component>
<!-- nullFlavor of NI indicates No Information.-->
<!-- Validator currently checks for entries even in case of nullFlavor - this will need to be updated if approved.-->
<section nullFlavor="NI">
<templateId root="2.16.840.1.113883.10.20.22.2.7.1"/>
<!-- Procedures Section with Coded Entries Required-->
<code code="47519-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="History of Procedures"/>
<title>PROCEDURES</title>
<text>No Information</text>
</section>
</component>
<!-- Results Section -->
<component>
<!-- nullFlavor of NI indicates No Information.-->
<!-- Validator currently checks for entries even in case of nullFlavor - this will need to be updated if approved.-->
<section nullFlavor="NI">
<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>No Information</text>
</section>
</component>
<!-- Plan of Care Section -->
<component>
<!-- nullFlavor of NI indicates No Information.-->
<!-- Validator currently checks for entries even in case of nullFlavor - this will need to be updated if approved.-->
<section nullFlavor="NI">
<templateId root="2.16.840.1.113883.10.20.22.2.10"/>
<!-- Plan of Care Section-->
<code code="18776-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Plan of Care"/>
<title>PLAN OF CARE</title>
<text>No Information</text>
</section>
</component>
<!-- Social History (with Smoking Status Observation) -->
<component>
<!-- nullFlavor of NI indicates No Information.-->
<!-- Validator currently checks for entries even in case of nullFlavor - this will need to be updated if approved.-->
<section nullFlavor="NI">
<templateId root="2.16.840.1.113883.10.20.22.2.17"/>
<!-- Social History Section -->
<code code="29762-2" codeSystem="2.16.840.1.113883.6.1" displayName="Social History"/>
<title>SOCIAL HISTORY</title>
<text>No Information</text>
</section>
</component>
<!-- Vital Signs Section (entries required) -->
<component>
<!-- nullFlavor of NI indicates No Information.-->
<!-- Validator currently checks for entries even in case of nullFlavor - this will need to be updated if approved.-->
<section nullFlavor="NI">
<templateId root="2.16.840.1.113883.10.20.22.2.4.1"/>
<!-- Vital Signs (entries required) -->
<code code="8716-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Vital Signs"/>
<title>VITAL SIGNS</title>
<text>No Information</text>
</section>
</component>
</structuredBody>
</component>
</ClinicalDocument>