My favorites
▼
|
Sign in
googlehealthsamples
Sample applications to interact with the Google Health Data API
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
CCR_samples
/
CompleteProfile.xml
‹r15
r64
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
<ContinuityOfCareRecord xmlns='urn:astm-org:CCR'>
<CCRDocumentObjectID>Doc</CCRDocumentObjectID>
<Language><Text>English</Text></Language>
<Version>V1.0</Version>
<DateTime><ExactDateTime>2008</ExactDateTime></DateTime>
<Patient><ActorID>Patient</ActorID></Patient>
<Body>
<Problems>
<Problem>
<DateTime>
<Type>
<Text>Start date</Text>
</Type>
<ExactDateTime>2007-04-04T07:00:00Z</ExactDateTime>
</DateTime>
<DateTime>
<Type>
<Text>Stop date</Text>
</Type>
<ExactDateTime>2008-07-20T07:00:00Z</ExactDateTime>
</DateTime>
<Description>
<Code>
<Value>346.80</Value>
<CodingSystem>ICD9</CodingSystem>
<Version>2004</Version>
</Code>
</Description>
<Status><Text>Active</Text></Status>
<Source>
<Actor>
<ActorID>Harris Smith</ActorID>
<ActorRole>
<Text>Treating clinician</Text>
</ActorRole>
</Actor>
</Source>
</Problem>
</Problems>
<Medications>
<Medication>
<Product>
<ProductName>
<Code>
<Value>49884058401</Value>
<CodingSystem>NDC</CodingSystem>
</Code>
</ProductName>
<Strength><Value>160</Value><Units><Unit>MG</Unit></Units></Strength>
<Form><Text>Tablet</Text></Form>
</Product>
<Directions>
<Direction><Route><Text>Oral</Text></Route><Dose><Value>2</Value></Dose><Frequency><Value>1 time per day</Value></Frequency></Direction>
</Directions>
<Refills>
<Refill><Number>2</Number></Refill>
</Refills>
<FulfillmentHistory>
<Fulfillment>
<Quantity><Value>30</Value></Quantity>
<DateTime>
<Type>
<Text>Dispense date</Text>
</Type>
<ExactDateTime>2008-06-22T07:00:00Z</ExactDateTime>
</DateTime>
<IDs>
<Type>
<Text>Prescription ID</Text>
</Type>
<ID>#92033859</ID>
</IDs>
</Fulfillment>
</FulfillmentHistory>
<DateTime>
<Type>
<Text>Prescription date</Text>
</Type>
<ExactDateTime>2008-06-21T07:00:00Z</ExactDateTime>
</DateTime>
<DateTime>
<Type>
<Text>Start date</Text>
</Type>
<ExactDateTime>2008-06-22T07:00:00Z</ExactDateTime>
</DateTime>
<DateTime>
<Type>
<Text>Stop date</Text>
</Type>
<ExactDateTime>2008-07-10T07:00:00Z</ExactDateTime>
</DateTime>
<Status><Text>ACTIVE</Text></Status>
<Source>
<Actor>
<ActorID>Emily Smith</ActorID>
<ActorRole>
<Text>Prescribing clinician</Text>
</ActorRole>
</Actor>
</Source>
</Medication>
</Medications>
<Alerts>
<Alert>
<DateTime>
<Type>
<Text>Start date</Text>
</Type>
<ExactDateTime>2007-02-21T07:00:00Z</ExactDateTime>
</DateTime>
<DateTime>
<Type>
<Text>Stop date</Text>
</Type>
<ExactDateTime>2008-02-21T07:00:00Z</ExactDateTime>
</DateTime>
<Type><Text>Allergy</Text></Type>
<Status>
<Text>Active</Text>
</Status>
<Description>
<Code>
<Value>7101-6</Value>
<CodingSystem>FDB</CodingSystem>
</Code>
</Description>
<Source>
<Actor>
<ActorID>Bob Smith</ActorID>
<ActorRole>
<Text>Treating clinician</Text>
</ActorRole>
</Actor>
</Source>
</Alert>
</Alerts>
<Procedures>
<Procedure>
<DateTime>
<Type><Text>Start date</Text></Type>
<ExactDateTime>2007-04-04T07:00:00Z</ExactDateTime>
</DateTime>
<DateTime>
<Type><Text>Stop date</Text></Type>
<ExactDateTime>2007-04-05T07:00:00Z</ExactDateTime>
</DateTime>
<Description>
<Code>
<Value>41135</Value>
<CodingSystem>CPT</CodingSystem>
</Code>
</Description>
<Source>
<Actor>
<ActorID>Tom Smith</ActorID>
<ActorRole>
<Text>Treating clinician</Text>
</ActorRole>
</Actor>
</Source>
</Procedure>
</Procedures>
<Results>
<Result>
<Test>
<DateTime>
<Type>
<Text>Collection start date</Text>
</Type>
<ExactDateTime>2007-02-21T07:00:00Z</ExactDateTime>
</DateTime>
<Description>
<Code>
<Value>2339-0</Value>
<CodingSystem>LOINC</CodingSystem>
</Code>
</Description>
<TestResult>
<Value>98</Value>
<Units>
<Unit>K/uL</Unit>
</Units>
</TestResult>
<NormalResult>
<Normal>
<Description>
<Text>90 - 100</Text>
</Description>
</Normal>
</NormalResult>
<Source>
<Actor>
<ActorID>Jane Smith</ActorID>
<ActorRole>
<Text>Ordering clinician</Text>
</ActorRole>
</Actor>
</Source>
</Test>
</Result>
</Results>
<Immunizations>
<Immunization>
<CCRDataObjectID>BB0022</CCRDataObjectID>
<DateTime>
<Type>
<Text>Start date</Text>
</Type>
<ExactDateTime>1998-06-13T05:00:00Z</ExactDateTime>
</DateTime>
<Source>
<Actor>
<ActorID>Jane Smith</ActorID>
<ActorRole>
<Text>Ordering clinician</Text>
</ActorRole>
</Actor>
</Source>
<Product>
<ProductName>
<Code>
<Value>90296</Value>
<CodingSystem>CPT</CodingSystem>
</Code>
</ProductName>
</Product>
</Immunization>
</Immunizations>
</Body>
</ContinuityOfCareRecord>
Show details
Hide details
Change log
r16
by api.e...@google.com on Dec 19, 2008
Diff
[No log message]
Go to:
.../CCR_samples/CompleteProfile.xml
Project members,
sign in
to write a code review
Older revisions
r15
by api.e...@google.com on Dec 18, 2008
Diff
[No log message]
r11
by api.e...@google.com on Oct 12, 2008
Diff
[No log message]
All revisions of this file
File info
Size: 7200 bytes, 231 lines
View raw file
Powered by
Google Project Hosting