-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDiagnosticReport-DiagnosticReportAdultCheckExample.xml
82 lines (81 loc) · 3.09 KB
/
DiagnosticReport-DiagnosticReportAdultCheckExample.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
<?xml version="1.0" encoding="UTF-8"?>
<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="DiagnosticReportAdultCheckExample"/>
<meta>
<profile value="https://tstifhir.azurehealthcareapis.com/StructureDefinition/DiagnosticReport-adultcheck"/>
</meta>
<text>
<status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><h2><span title="Codes: {https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw 06003C}">尿蛋白</span> (<span title="Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 LAB}">Laboratory</span>) </h2><table class="grid"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2022-08-01 17:00:14-0500</td></tr><tr><td>Reported</td><td>2022-08-02 17:00:14-0500</td></tr><tr><td>Identifiers:</td><td> 全國的個人識別碼: A123456789 (use: OFFICIAL) Medical record number: 8862168 (use: OFFICIAL) HOI: 0123456789 (use: OFFICIAL) Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</td></tr></table><p><b>Report Details</b></p><p>建議進一步檢查</p></div>
</text>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203"/>
<code value="NNTWN"/>
</coding>
</type>
<system value="http://www.moi.gov.tw/"/>
<value value="A123456789"/>
</identifier>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
</coding>
</type>
<system value="https://www.tph.mohw.gov.tw/"/>
<value value="8862168"/>
</identifier>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="HOI"/>
</coding>
</type>
<system value="https://twcore.mohw.gov.tw/tsfhir/CodeSystem/organization-identifier-tw"/>
<value value="0123456789"/>
</identifier>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MRT"/>
</coding>
</type>
<system value="https://tsti.hospital.com"/>
<value value="000120230721"/>
</identifier>
<status value="final"/>
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
<code value="LAB"/>
<display value="Laboratory"/>
</coding>
</category>
<code>
<coding>
<system value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw"/>
<code value="06003C"/>
<display value="尿蛋白"/>
</coding>
</code>
<subject>
<reference value="Patient/pat-example"/>
</subject>
<effectiveDateTime value="2022-08-01T17:00:14-05:00"/>
<issued value="2022-08-02T17:00:14-05:00"/>
<performer>
<reference value="Organization/organ-example"/>
</performer>
<resultsInterpreter>
<reference value="Organization/organ-example"/>
</resultsInterpreter>
<conclusion value="建議進一步檢查"/>
</DiagnosticReport>