-
Notifications
You must be signed in to change notification settings - Fork 0
/
DiagnosticReport-diag-kidney-example.xml
49 lines (48 loc) · 2.19 KB
/
DiagnosticReport-diag-kidney-example.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
<?xml version="1.0" encoding="UTF-8"?>
<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="diag-kidney-example"/>
<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><b>陳加玲(OFFICIAL)</b> female, DoB: 1990-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code: A123456789 (use: OFFICIAL))</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>Identifier:</td><td> 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="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/patient-example"/>
</subject>
<effectiveDateTime value="2022-08-01T17:00:14-05:00"/>
<issued value="2022-08-02T17:00:14-05:00"/>
<performer>
<reference value="Organization/org-test-example"/>
</performer>
<resultsInterpreter>
<reference value="Organization/org-test-example"/>
</resultsInterpreter>
<conclusion value="建議進一步檢查"/>
</DiagnosticReport>