-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path123.xml
102 lines (102 loc) · 2.65 KB
/
123.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
<?xml version="1.0" encoding="UTF-8"?>
<ClinicalDocument classCode="DOCCLIN" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:hl7-org:v3">
<realmCode code='UV'/>
<typeId root='2.16.840.1.113883.1.3' extension='ESC_MPD1'/>
<templateId root='2.16.840.1.113883.10.20.1'/>
<id root='M345' extension='2.16.840.1.113883.3.933'/>
<code code='410.9' displayName='Diagnostico utilizando MyPred' codeSystem='2.16.840.1.113883.6.103' codeSystemName='ICD-9-CM'/>
<effectiveTime value="20171003"/>
<confidentialityCode code="N" displayName='Normal' codeSystem='2.16.840.1.113883.5.25' codeSystemName='Confidentiality'/>
<setId extension="MM1" root="2.16.840.1.113883.3.933"/>
<versionNumber value="1"/>
<copyTime value='20171003'/>
<recordTarget>
<patientRole>
<id extension="123" root="2.16.840.1.113883.3.933"/>
<addr>rua ufal</addr>
<telecom value="+55(82)99248985"/>
<patient>
<name>
<given>joao</given>
<family>meubom</family>
</name>
<administrativeGenderCode code="M" codeSystem="2.16.840.1.113883.5.1"/>
<maritalStatusCode nullFlavor="UNK"/>
<religiousAffiliationCode nullFlavor="UNK"/>
<raceCode nullFlavor="UNK"/>
<ethnicGroupCode nullFlavor="UNK"/>
</patient>
<providerOrganization>
<id extension="MPred" root="2.16.840.1.113883.3.933"/>
</providerOrganization>
</patientRole>
</recordTarget>
<author>
<time value="20180425"/>
<assignedAuthor>
<id root='2.16.840.1.113883.3.933' extension='MyPred'/><assignedAuthoringDevice>
<softwareName>MyPred</softwareName>
</assignedAuthoringDevice>
</assignedAuthor>
</author>
<custodian>
<assignedCustodian>
<representedCustodianOrganization>
<id extension="MPred" root="2.16.840.1.113883.3.933"/>
<name>MyPred</name>
</representedCustodianOrganization>
</assignedCustodian>
</custodian>
<legalAuthenticator>
<time value="20180425"/>
<signatureCode code="S"/>
<assignedEntity>
<id extension="MyPred" root="2.16.840.1.113883.3.933"/>
<representedOrganization>
<name>ESC</name>
</representedOrganization>
</assignedEntity>
</legalAuthenticator>
<relatedDocument typeCode="RPLC">
<parentDocument>
<id extension="123" root="2.16.840.1.113883.3.933"/>
<setId extension="BB35" root="2.16.840.1.113883.3.933"/>
<versionNumber value="1"/>
</parentDocument>
</relatedDocument>
<component>
<structuredBody>
<languageCode code="pt-BR"/>
<component>
<section>
<title>Remedios</title>
<text>
<list>
<item>
<content>café</content>
</item>
<item>
<content>chá</content>
</item>
</list>
</text>
</section>
</component>
<component>
<section>
<title>Exercicios</title>
<text>
<list>
<item>
<content>Caminhada por dez minutos</content>
</item>
<item>
<content>Flexões</content>
</item>
</list>
</text>
</section>
</component>
</structuredBody>
</component>
</ClinicalDocument>