-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGlucoseReadingCCRTemplate.xml
47 lines (47 loc) · 1.37 KB
/
GlucoseReadingCCRTemplate.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
<ContinuityOfCareRecord xmlns="urn:astm-org:CCR">
<Language>
<Text>English</Text>
<Code>
<Value>en</Value>
<CodingSystem>ISO-639-1</CodingSystem>
</Code>
</Language>
<Version>V1.0</Version>
<Body>
<Results>
<Result>
<Source>
<Actor>
<DeviceID><!-- DEVICEID DEVICEID DEVICEID DEVICEID DEVICEID --></DeviceID>
<DeviceName><!-- DEVICENAME DEVICENAME DEVICENAME DEVICENAME DEVICENAME --></DeviceName>
<ActorID><!-- ACTORID ACTORID ACTORID ACTORID ACTORID --></ActorID>
<ActorRole>
<Text><!-- ACTORROLE ACTORROLE ACTORROLE ACTORROLE ACTORROLE --></Text>
</ActorRole>
</Actor>
</Source>
<Test>
<DateTime>
<Type>
<Text>Collection start date</Text>
</Type>
<ExactDateTime><!-- TAKENTIME TAKENTIME TAKENTIME TAKENTIME TAKENTIME --></ExactDateTime>
</DateTime>
<Description>
<Text><!-- VITALSIGNTYPE VITALSIGNTYPE VITALSIGNTYPE VITALSIGNTYPE VITALSIGNTYPE --></Text>
<Code>
<Value><!-- LOINCCODE LOINCCODE LOINCCODE LOINCCODE LOINCCODE --></Value>
<CodingSystem>LOINC</CodingSystem>
</Code>
</Description>
<TestResult>
<Value><!-- VALUE VALUE VALUE VALUE VALUE --></Value>
<Units>
<Unit><!-- UNIT UNIT UNIT UNIT UNIT --></Unit>
</Units>
</TestResult>
</Test>
</Result>
</Results>
</Body>
</ContinuityOfCareRecord>