forked from robeastwood-agency/fhir-mapping-experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample1.xml
62 lines (46 loc) · 1.28 KB
/
example1.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
<Coverage xmlns="http://hl7.org/fhir">
<id value="9876B1"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">A human-readable rendering of the coverage</div>
</text>
<!-- <issuerIdentifier>
<system value="http://benefitsinc.com/certificate"/>
<value value="12345"/>
</issuerIdentifier> -->
<issuerReference>
<reference value="Organization/2"/>
</issuerReference>
<period>
<start value="2014-05-23"/>
<end value="2012-05-23"/>
</period>
<type>
<system value="http://hl7.org/fhir/v3/ActCode"/>
<code value="EHCPOL"/>
<display value="extended healthcare"/>
</type>
<planholderReference>
<reference value="Patient/4"/>
</planholderReference>
<beneficiaryReference>
<reference value="Patient/4"/>
</beneficiaryReference>
<relationship>
<system value="http://example.org/codesystem/example-1"/>
<code value="self"/>
</relationship>
<identifier>
<system value="http://benefitsinc.com/certificate"/>
<value value="12345"/>
</identifier>
<plan value="CBI35"/>
<subPlan value="123"/>
<dependent value="1"/>
<sequence value="1"/>
<network value="test"/>
<contract>
<reference value="Contract/4"/>
<display value="Contract no 4"/>
</contract>
</Coverage>