-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bundle-bundle-example.html
277 lines (198 loc) · 74.3 KB
/
Bundle-bundle-example.html
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
<title>bundle-example - 成人預防保健實作指引(Adult Check IG) v0.1.0</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="author" content="http://hl7.org/fhir"/>
<link href="fhir.css" rel="stylesheet"/>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap-fhir.css" rel="stylesheet"/>
<!-- Project extras -->
<link href="assets/css/project.css" rel="stylesheet"/>
<link href="assets/css/pygments-manni.css" rel="stylesheet"/>
<link href="assets/css/jquery-ui.css" rel="stylesheet"/>
<link href="assets/css/prism.css" rel="stylesheet" />
<!-- Placeholder for child template CSS declarations -->
<link href="assets/css/myproject.css" rel="stylesheet"/>
<script type="text/javascript" src="fhir-table-scripts.js"> </script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<!-- Favicons -->
<link rel="fhir-logo" sizes="144x144" href="assets/ico/icon-fhir-144.png"/>
<link rel="fhir-logo" sizes="114x114" href="assets/ico/icon-fhir-114.png"/>
<link rel="fhir-logo" sizes="72x72" href="assets/ico/icon-fhir-72.png"/>
<link rel="fhir-logo" href="assets/ico/icon-fhir-57.png"/>
<link rel="shortcut icon" href="assets/ico/favicon.png"/>
</head>
<body onload="document.body.style.opacity='1'">
<script src="assets/js/prism.js"></script>
<style type="text/css">h2{--heading-prefix:"11.19"}
h3,h4,h5,h6{--heading-prefix:"11.19"}</style>
<div id="segment-header" class="segment"> <!-- segment-header -->
<div class="container"> <!-- container -->
<!-- Placeholder for child template header declarations -->
<div id="hl7-nav">
<a id="hl7-logo" no-external="true" href="index.html">
<img height="50" alt="TW" src="assets/images/logo-header.png" />
</a>
</div>
<div id="ig-status">
<p><span style="font-size:12pt;font-weight:bold">成人預防保健實作指引(Adult Check IG)</span>
<br/>
<span style="display:inline-block;">0.1.0 - ci-build
</span>
</p>
</div>
</div> <!-- /container -->
</div> <!-- /segment-header -->
<div id="segment-navbar" class="segment"> <!-- segment-navbar -->
<div id="stripe"> </div>
<div class="container"> <!-- container -->
<!-- HEADER CONTENT -->
<nav class="navbar navbar-inverse">
<!--status-bar-->
<div class="container">
<button data-target=".navbar-inverse-collapse" class="navbar-toggle" data-toggle="collapse" type="button">
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
</button>
<a class="navbar-brand hidden" href="http://hl7.org/fhir/R4/index.html">FHIR</a>
<div class="nav-collapse collapse navbar-inverse-collapse">
<!-- menu.xml -->
<ul xmlns="http://www.w3.org/1999/xhtml" class="nav navbar-nav">
<li>
<a href="index.html">首頁</a>
</li>
<li>
<a href="toc.html">目錄</a>
</li>
<li class="dropdown">
<a data-toggle="dropdown" href="#" class="dropdown-toggle">FHIR Artifacts
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="artifacts.html#2">邏輯模型</a>
</li>
<li>
<a href="artifacts.html#3">Profiles和Extensions</a>
</li>
<li>
<a href="artifacts.html#4">專門術語</a>
</li>
<li>
<a href="artifacts.html#1">能力聲明</a>
</li>
</ul>
</li>
<li>
<a href="security.html">安全性</a>
</li>
<li>
<a href="examples.html">範例</a>
</li>
<li>
<a href="downloads.html">定義與範例檔下載</a>
</li>
<li>
<a href="history.html">歷程</a>
</li>
</ul>
</div> <!-- /.nav-collapse -->
</div> <!-- /.container -->
</nav> <!-- /.navbar -->
<!-- /HEADER CONTENT -->
</div> <!-- /container -->
</div> <!-- /segment-navbar -->
<!--status-bar-->
<div id="segment-breadcrumb" class="segment"> <!-- segment-breadcrumb -->
<div class="container"> <!-- container -->
<ul class="breadcrumb">
<li><a href='toc.html'><b>Table of Contents</b></a></li><li><a href='artifacts.html'><b>Artifacts Summary</b></a></li><li><b>bundle-example</b></li>
</ul>
</div> <!-- /container -->
</div> <!-- /segment-breadcrumb -->
<a name="top"> </a>
<div id="segment-content" class="segment"> <!-- segment-content -->
<div class="container"> <!-- container -->
<div class="row">
<div class="inner-wrapper">
<div class="col-12">
<!--ReleaseHeader--><p id="publish-box">成人預防保健實作指引(Adult Check IG) - Local Development build (v0.1.0). See the <a href="https://tstifhir.azurehealthcareapis.com/history.html">Directory of published versions</a></p><!--EndReleaseHeader-->
<ul class="nav nav-tabs">
<li class="active">
<a href="#">Narrative Content</a>
</li>
<li>
<a href="Bundle-bundle-example.xml.html">XML</a>
</li>
<li>
<a href="Bundle-bundle-example.json.html">JSON</a>
</li>
<li>
<a href="Bundle-bundle-example.ttl.html">TTL</a>
</li>
</ul>
<a name="root"> </a>
<h2 id="root">Example Bundle: bundle-example</h2>
<!-- insert intro if present -->
<div><hr/><p><b>Generated Narrative: Composition</b><a name="composition-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Composition "composition-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Composition-adultcheck.html">Composition - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: FINAL</p><p><b>type</b>: General medicine Hospital Progress note <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#100574-3)</span></p><p><b>encounter</b>: <a href="#Encounter_encounter-example">See above (Encounter/encounter-example)</a></p><p><b>date</b>: 2022-08-01 17:00:14-0500</p><p><b>author</b>: <a href="#Organization_org-hosp-example">See above (Organization/org-hosp-example)</a></p><p><b>title</b>: 成人預防保健服務檢查單</p><hr/><div><h2>疾病史:高血壓</h2></div><ul><li><a href="#Condition_condition-bp-example">See above (Condition/condition-bp-example)</a></li></ul><div><h2>疾病史:糖尿病</h2></div><ul><li><a href="#Condition_condition-db-example">See above (Condition/condition-db-example)</a></li></ul><div><h2>生理量測-身高</h2></div><ul><li><a href="#Observation_observation-height-example">See above (Observation/observation-height-example)</a></li></ul><div><h2>生理量測-體重</h2></div><ul><li><a href="#Observation_observation-weight-example">See above (Observation/observation-weight-example)</a></li></ul><div><h2>生理量測-血壓</h2></div><ul><li><a href="#Observation_observation-pressure-example">See above (Observation/observation-pressure-example)</a></li></ul><div><h2>生理量測-腰圍</h2></div><ul><li><a href="#Observation_observation-waist-example">See above (Observation/observation-waist-example)</a></li></ul><div><h2>生理量測-BMI</h2></div><ul><li><a href="#Observation_observation-bmi-example">See above (Observation/observation-bmi-example)</a></li></ul><div><h2>尿液蛋白質</h2></div><ul><li><a href="#Observation_observation-lab-protein-example">See above (Observation/observation-lab-protein-example)</a></li></ul><div><h2>血糖</h2></div><ul><li><a href="#Observation_observation-lab-sugar-example">See above (Observation/observation-lab-sugar-example)</a></li></ul><div><h2>總膽固醇</h2></div><ul><li><a href="#Observation_observation-lab-tcholestero-example">See above (Observation/observation-lab-tcholestero-example)</a></li></ul><div><h2>三酸甘油脂</h2></div><ul><li><a href="#Observation_observation-lab-triglycerides-example">See above (Observation/observation-lab-triglycerides-example)</a></li></ul><div><h2>低密度脂蛋白膽固醇計算</h2></div><ul><li><a href="#Observation_observation-lab-lowcholestero-example">See above (Observation/observation-lab-lowcholestero-example)</a></li></ul><div><h2>高密度脂蛋白膽固醇</h2></div><ul><li><a href="#Observation_observation-lab-highcholestero-example">See above (Observation/observation-lab-highcholestero-example)</a></li></ul><div><h2>GOT</h2></div><ul><li><a href="#Observation_observation-lab-gpt-example">See above (Observation/observation-lab-gpt-example)</a></li></ul><div><h2>腎絲球過濾率(eGFR)計算</h2></div><ul><li><a href="#Observation_observation-lab-creatinine-example">See above (Observation/observation-lab-creatinine-example)</a></li></ul><div><h2>B 型肝炎表面抗原(HBsAg)</h2></div><ul><li><a href="#Observation_observation-lab-b-example">See above (Observation/observation-lab-b-example)</a></li></ul><div><h2>C 型肝炎抗體(Anti-HCV)</h2></div><ul><li><a href="#Observation_observation-lab-c-example">See above (Observation/observation-lab-c-example)</a></li></ul><div><h2>憂鬱檢測</h2></div><ul><li><a href="#Observation_observation-depress-example">See above (Observation/observation-depress-example)</a></li></ul><div><h2>生活史-吸煙</h2></div><ul><li><a href="#Observation_observation-smoke-example">See above (Observation/observation-smoke-example)</a></li></ul><div><h2>生活史-喝酒</h2></div><ul><li><a href="#Observation_observation-alcohol-example">See above (Observation/observation-alcohol-example)</a></li></ul><div><h2>生活史-嚼檳榔</h2></div><ul><li><a href="#Observation_observation-nut-example">See above (Observation/observation-nut-example)</a></li></ul><div><h2>生活史-運動</h2></div><ul><li><a href="#Observation_observation-exercise-example">See above (Observation/observation-exercise-example)</a></li></ul><div><h2>健康諮詢:戒煙</h2></div><ul><li><a href="#Observation_observation-consmoke-example">See above (Observation/observation-consmoke-example)</a></li></ul><div><h2>健康諮詢:節酒</h2></div><ul><li><a href="#Observation_observation-conliquor-example">See above (Observation/observation-conliquor-example)</a></li></ul><div><h2>健康諮詢:戒檳榔</h2></div><ul><li><a href="#Observation_observation-connut-example">See above (Observation/observation-connut-example)</a></li></ul><div><h2>健康諮詢:規律運動</h2></div><ul><li><a href="#Observation_observation-conexercise-example">See above (Observation/observation-conexercise-example)</a></li></ul><div><h2>健康諮詢:維持正常體重</h2></div><ul><li><a href="#Observation_observation-conweight-example">See above (Observation/observation-conweight-example)</a></li></ul><div><h2>健康諮詢:健康飲食</h2></div><ul><li><a href="#Observation_observation-condiet-example">See above (Observation/observation-condiet-example)</a></li></ul><div><h2>健康諮詢:事故傷害預防</h2></div><ul><li><a href="#Observation_observation-conaccident-example">See above (Observation/observation-conaccident-example)</a></li></ul><div><h2>健康諮詢:口腔保健</h2></div><ul><li><a href="#Observation_observation-conoral-example">See above (Observation/observation-conoral-example)</a></li></ul><div><h2>曾於成人預防保健服時接受過 B、C 型肝炎檢查</h2></div><ul><li><a href="#Observation_observation-checkbc-example">See above (Observation/observation-checkbc-example)</a></li></ul><div><h2>腎功能檢查結果判讀</h2></div><ul><li><a href="#DiagnosticReport_diag-kidney-example">See above (DiagnosticReport/diag-kidney-example)</a></li></ul><hr/><h2>Additional Document Content</h2><a name="urn-uuid-9a652678-4616-475d-af12-aca21cfbe06d"> </a><a name="Patient_patient-example"> </a><hr/><p>2. urn:uuid:9a652678-4616-475d-af12-aca21cfbe06d (Patient/patient-example)</p><blockquote><p>陳加玲(OFFICIAL) Female, DoB: 1990-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code: A123456789 (use: OFFICIAL))</p></blockquote><a name="urn-uuid-571e62c4-a82e-4d16-94bc-6e59fbc6947e"> </a><a name="Organization_org-hosp-example"> </a><hr/><p>3. urn:uuid:571e62c4-a82e-4d16-94bc-6e59fbc6947e (Organization/org-hosp-example)</p><blockquote><p><p><b>Generated Narrative: Organization</b><a name="org-hosp-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Organization "org-hosp-example" </p><p style="margin-bottom: 0px">Profile: <a href="https://twcore.mohw.gov.tw/ig/twcore/0.1.1/StructureDefinition-Organization-hosp-twcore.html">TW Core Organization Hospital Department</a></p></div><p><b>identifier</b>: Provider number: 1145010010 (use: OFFICIAL)</p><p><b>type</b>: Healthcare Provider <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html">Organization type</a>#prov)</span></p><p><b>name</b>: 佛教慈濟醫療財團法人花蓮慈濟醫院</p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Telecom</b></td></tr><tr><td style="display: none">*</td><td>ph: 038561825</td></tr></table></p></blockquote><a name="urn-uuid-0f9d081e-34b8-45a4-b98c-46b74c94f26d"> </a><a name="Encounter_encounter-example"> </a><hr/><p>4. urn:uuid:0f9d081e-34b8-45a4-b98c-46b74c94f26d (Encounter/encounter-example)</p><blockquote><p>Not done yet</p></blockquote><a name="urn-uuid-e6f46b8b-6683-41c2-ab94-48017c8055b0"> </a><a name="Condition_condition-bp-example"> </a><hr/><p>5. urn:uuid:e6f46b8b-6683-41c2-ab94-48017c8055b0 (Condition/condition-bp-example)</p><blockquote><p><p><b>Generated Narrative: Condition</b><a name="condition-bp-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Condition "condition-bp-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Condition-adultcheck.html">Condition - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>clinicalStatus</b>: Remission <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html">Condition Clinical Status Codes</a>#remission)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-condition-ver-status.html">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: problem-list-item <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ([not stated]#problem-list-item)</span></p><p><b>code</b>: H/O: hypertension <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ([not stated]#161501007)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>recordedDate</b>: 2022-08-05 17:00:14-0500</p></p></blockquote><a name="urn-uuid-0012825c-8918-453e-85e6-e64eac0b367c"> </a><a name="Condition_condition-db-example"> </a><hr/><p>6. urn:uuid:0012825c-8918-453e-85e6-e64eac0b367c (Condition/condition-db-example)</p><blockquote><p><p><b>Generated Narrative: Condition</b><a name="condition-db-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Condition "condition-db-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Condition-adultcheck.html">Condition - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>clinicalStatus</b>: Remission <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html">Condition Clinical Status Codes</a>#remission)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-condition-ver-status.html">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem List Item <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-category.html">Condition Category Codes</a>#problem-list-item)</span></p><p><b>code</b>: H/O: diabetes mellitus <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#161445009)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>recordedDate</b>: 2022-08-05 17:00:14-0500</p></p></blockquote><a name="urn-uuid-60f0995e-79f0-4490-9374-d7c8ee4c4268"> </a><a name="Observation_observation-depress-example"> </a><hr/><p>7. urn:uuid:60f0995e-79f0-4490-9374-d7c8ee4c4268 (Observation/observation-depress-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-depress-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-depress-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationDepression-adultcheck.html">Observation Depression - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Exam <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#exam)</span></p><p><b>code</b>: Beck Depression Inventory II [BDI] <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#89210-9)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><blockquote><p><b>component</b></p><p><b>code</b>: 憂鬱檢測:第一題 感覺情緒低落沮喪 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#66446005 "Depressed mood")</span></p><p><b>value</b>: 是</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 憂鬱檢測:第二題做事情失去興趣 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#713566001 "Lack of interest")</span></p><p><b>value</b>: 否</p></blockquote></p></blockquote><a name="urn-uuid-ae8f1033-c524-409a-afed-0d12e85e7c5a"> </a><a name="Observation_observation-lab-protein-example"> </a><hr/><p>8. urn:uuid:ae8f1033-c524-409a-afed-0d12e85e7c5a (Observation/observation-lab-protein-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-lab-protein-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-lab-protein-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationLab-adultcheck.html">Observation Lab - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: 尿蛋白 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://twcore.mohw.gov.tw/ig/twcore/0.1.1/CodeSystem-medical-service-payment-tw.html">臺灣醫療服務給付項目</a>#06003C)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 58 mg/dl</p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>30 mg/dl</td><td>300 mg/dl</td></tr></table></p></blockquote><a name="urn-uuid-4d1b11e5-582b-4691-b60d-b895b6b54efa"> </a><a name="Observation_observation-lab-sugar-example"> </a><hr/><p>9. urn:uuid:4d1b11e5-582b-4691-b60d-b895b6b54efa (Observation/observation-lab-sugar-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-lab-sugar-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-lab-sugar-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationLab-adultcheck.html">Observation Lab - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: 血液及體液葡萄糖 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://twcore.mohw.gov.tw/ig/twcore/0.1.1/CodeSystem-medical-service-payment-tw.html">臺灣醫療服務給付項目</a>#09005C)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 15 mg/dl</p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>80 mg/dl</td><td>120 mg/dl</td></tr></table></p></blockquote><a name="urn-uuid-315b8899-174b-484c-a5b3-d52986b1f4e8"> </a><a name="Observation_observation-lab-tcholestero-example"> </a><hr/><p>10. urn:uuid:315b8899-174b-484c-a5b3-d52986b1f4e8 (Observation/observation-lab-tcholestero-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-lab-tcholestero-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-lab-tcholestero-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationLab-adultcheck.html">Observation Lab - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: 總膽固醇 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://twcore.mohw.gov.tw/ig/twcore/0.1.1/CodeSystem-medical-service-payment-tw.html">臺灣醫療服務給付項目</a>#09001C)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 309 mg/dl</p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>120 mg/dl</td><td>200 mg/dl</td></tr></table></p></blockquote><a name="urn-uuid-56e40c6b-2b0f-49bf-b211-75f3e239b0d6"> </a><a name="Observation_observation-lab-triglycerides-example"> </a><hr/><p>11. urn:uuid:56e40c6b-2b0f-49bf-b211-75f3e239b0d6 (Observation/observation-lab-triglycerides-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-lab-triglycerides-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-lab-triglycerides-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationLab-adultcheck.html">Observation Lab - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: 三酸甘油脂 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://twcore.mohw.gov.tw/ig/twcore/0.1.1/CodeSystem-medical-service-payment-tw.html">臺灣醫療服務給付項目</a>#09004C)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 80 mg/dl</p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>40 mg/dl</td><td>149 mg/dl</td></tr></table></p></blockquote><a name="urn-uuid-3d74a3f9-e0b0-49b6-91c0-8e03652c8ac7"> </a><a name="Observation_observation-lab-lowcholestero-example"> </a><hr/><p>12. urn:uuid:3d74a3f9-e0b0-49b6-91c0-8e03652c8ac7 (Observation/observation-lab-lowcholestero-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-lab-lowcholestero-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-lab-lowcholestero-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationLab-adultcheck.html">Observation Lab - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: 低密度脂蛋白-膽固醇 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://twcore.mohw.gov.tw/ig/twcore/0.1.1/CodeSystem-medical-service-payment-tw.html">臺灣醫療服務給付項目</a>#09044C)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 100 mg/dl</p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>50 mg/dl</td><td>130 mg/dl</td></tr></table></p></blockquote><a name="urn-uuid-a5e272f1-08cc-4f50-b2d5-727c86e9c88a"> </a><a name="Observation_observation-lab-highcholestero-example"> </a><hr/><p>13. urn:uuid:a5e272f1-08cc-4f50-b2d5-727c86e9c88a (Observation/observation-lab-highcholestero-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-lab-highcholestero-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-lab-highcholestero-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationLab-adultcheck.html">Observation Lab - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: 高密度脂蛋白-膽固醇 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://twcore.mohw.gov.tw/ig/twcore/0.1.1/CodeSystem-medical-service-payment-tw.html">臺灣醫療服務給付項目</a>#09043C)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 80 mg/dl</p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>50 mg/dl</td><td>130 mg/dl</td></tr></table></p></blockquote><a name="urn-uuid-6e0f146e-7534-4f62-9a4b-5bb1df37b6b2"> </a><a name="Observation_observation-lab-got-example"> </a><hr/><p>14. urn:uuid:6e0f146e-7534-4f62-9a4b-5bb1df37b6b2 (Observation/observation-lab-got-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-lab-got-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-lab-got-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationLab-adultcheck.html">Observation Lab - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: 血清麩胺酸苯醋酸轉氨基脢 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://twcore.mohw.gov.tw/ig/twcore/0.1.1/CodeSystem-medical-service-payment-tw.html">臺灣醫療服務給付項目</a>#09025C)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 10 IU/l</p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>10 IU/l</td><td>40 IU/l</td></tr></table></p></blockquote><a name="urn-uuid-977165f6-6c01-4ac9-bdb4-962aa03e7724"> </a><a name="Observation_observation-lab-gpt-example"> </a><hr/><p>15. urn:uuid:977165f6-6c01-4ac9-bdb4-962aa03e7724 (Observation/observation-lab-gpt-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-lab-gpt-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-lab-gpt-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationLab-adultcheck.html">Observation Lab - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: 血清麩胺酸丙酮酸轉氨基脢 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://twcore.mohw.gov.tw/ig/twcore/0.1.1/CodeSystem-medical-service-payment-tw.html">臺灣醫療服務給付項目</a>#09026C)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 10 IU/l</p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>10 IU/l</td><td>40 IU/l</td></tr></table></p></blockquote><a name="urn-uuid-43a8d27e-b0c3-4f6f-9b1c-d287c32e7e4d"> </a><a name="Observation_observation-lab-creatinine-example"> </a><hr/><p>16. urn:uuid:43a8d27e-b0c3-4f6f-9b1c-d287c32e7e4d (Observation/observation-lab-creatinine-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-lab-creatinine-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-lab-creatinine-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationLab-adultcheck.html">Observation Lab - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: 肌酸酐、血 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://twcore.mohw.gov.tw/ig/twcore/0.1.1/CodeSystem-medical-service-payment-tw.html">臺灣醫療服務給付項目</a>#09015C)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 0.6 mg/dl</p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>0.6 mg/dl</td><td>1.4 mg/dl</td></tr></table></p></blockquote><a name="urn-uuid-52f072cd-e1e3-4d27-ae71-2f63cde635cc"> </a><a name="Observation_observation-lab-b-example"> </a><hr/><p>17. urn:uuid:52f072cd-e1e3-4d27-ae71-2f63cde635cc (Observation/observation-lab-b-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-lab-b-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-lab-b-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationLab-adultcheck.html">Observation Lab - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: B型肝炎表面抗原 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://twcore.mohw.gov.tw/ig/twcore/0.1.1/CodeSystem-medical-service-payment-tw.html">臺灣醫療服務給付項目</a>#14030C)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 陰性</p></p></blockquote><a name="urn-uuid-6fb9e6e6-1264-413f-8a1c-39f57295f5ed"> </a><a name="Observation_observation-lab-c-example"> </a><hr/><p>18. urn:uuid:6fb9e6e6-1264-413f-8a1c-39f57295f5ed (Observation/observation-lab-c-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-lab-c-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-lab-c-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationLab-adultcheck.html">Observation Lab - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: C型肝炎病毒抗體檢查 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://twcore.mohw.gov.tw/ig/twcore/0.1.1/CodeSystem-medical-service-payment-tw.html">臺灣醫療服務給付項目</a>#14051C)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 陰性</p></p></blockquote><a name="urn-uuid-889b50bb-e564-4787-a7be-a7818c24ff95"> </a><a name="Observation_observation-smoke-example"> </a><hr/><p>19. urn:uuid:889b50bb-e564-4787-a7be-a7818c24ff95 (Observation/observation-smoke-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-smoke-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-smoke-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationSocial-adultcheck.html">Observation Social - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 吸煙 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#230056004)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 朋友敬菸或應酬才吸菸</p></p></blockquote><a name="urn-uuid-0123f405-10c5-4c1c-81ad-bb8ab59774d9"> </a><a name="Observation_observation-alcohol-example"> </a><hr/><p>20. urn:uuid:0123f405-10c5-4c1c-81ad-bb8ab59774d9 (Observation/observation-alcohol-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-alcohol-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-alcohol-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationSocial-adultcheck.html">Observation Social - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 喝酒 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#160573003)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 偶爾喝酒或應酬才喝</p></p></blockquote><a name="urn-uuid-bff95591-53f0-483c-a5e2-6c73eb3906a9"> </a><a name="Observation_observation-nut-example"> </a><hr/><p>21. urn:uuid:bff95591-53f0-483c-a5e2-6c73eb3906a9 (Observation/observation-nut-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-nut-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-nut-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationSocial-adultcheck.html">Observation Social - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 嚼檳榔 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#227491007)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 不嚼檳榔</p></p></blockquote><a name="urn-uuid-3855644c-a3e8-4887-9b1f-72414ded5c48"> </a><a name="Observation_observation-exercise-example"> </a><hr/><p>22. urn:uuid:3855644c-a3e8-4887-9b1f-72414ded5c48 (Observation/observation-exercise-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-exercise-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-exercise-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationSocial-adultcheck.html">Observation Social - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 運動 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#128976003)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 有,但未達每週 150 分鐘以上(2.5 小時)</p></p></blockquote><a name="urn-uuid-539975f5-50bb-4a2b-845f-c2952359f7df"> </a><a name="Observation_observation-consmoke-example"> </a><hr/><p>23. urn:uuid:539975f5-50bb-4a2b-845f-c2952359f7df (Observation/observation-consmoke-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-consmoke-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-consmoke-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationSocial-adultcheck.html">Observation Social - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 健康諮詢:戒菸 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#225324006)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 是</p></p></blockquote><a name="urn-uuid-7fae5855-10e7-4192-af02-8ff659d13223"> </a><a name="Observation_observation-conliquor-example"> </a><hr/><p>24. urn:uuid:7fae5855-10e7-4192-af02-8ff659d13223 (Observation/observation-conliquor-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-conliquor-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-conliquor-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationSocial-adultcheck.html">Observation Social - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 健康諮詢:節酒 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#413473000)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 否</p></p></blockquote><a name="urn-uuid-51e63331-1dc1-4585-a20e-2a3ba9e41f29"> </a><a name="Observation_observation-connut-example"> </a><hr/><p>25. urn:uuid:51e63331-1dc1-4585-a20e-2a3ba9e41f29 (Observation/observation-connut-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-connut-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-connut-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationSocial-adultcheck.html">Observation Social - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 健康諮詢:戒檳榔 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#51011006)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 否</p></p></blockquote><a name="urn-uuid-90d7a03b-4793-444b-a9c1-2002c871aa39"> </a><a name="Observation_observation-conexercise-example"> </a><hr/><p>26. urn:uuid:90d7a03b-4793-444b-a9c1-2002c871aa39 (Observation/observation-conexercise-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-conexercise-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-conexercise-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationSocial-adultcheck.html">Observation Social - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 健康諮詢:規律運動 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#410289001)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 否</p></p></blockquote><a name="urn-uuid-00548f4a-c7a8-4744-879c-936d79352eff"> </a><a name="Observation_observation-conweight-example"> </a><hr/><p>27. urn:uuid:00548f4a-c7a8-4744-879c-936d79352eff (Observation/observation-conweight-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-conweight-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-conweight-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationSocial-adultcheck.html">Observation Social - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 健康諮詢:維持正常體重 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#388970003)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 否</p></p></blockquote><a name="urn-uuid-25f6b1a1-e15f-4090-a240-cf9e25655788"> </a><a name="Observation_observation-conweight-example"> </a><hr/><p>28. urn:uuid:25f6b1a1-e15f-4090-a240-cf9e25655788 (Observation/observation-conweight-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-conweight-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-conweight-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationSocial-adultcheck.html">Observation Social - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 健康諮詢:維持正常體重 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#388970003)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 否</p></p></blockquote><a name="urn-uuid-231c4848-425a-4b60-85a4-e19b79bec7e5"> </a><a name="Observation_observation-condiet-example"> </a><hr/><p>29. urn:uuid:231c4848-425a-4b60-85a4-e19b79bec7e5 (Observation/observation-condiet-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-condiet-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-condiet-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationSocial-adultcheck.html">Observation Social - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 健康諮詢:健康飲食 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#410293007)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 否</p></p></blockquote><a name="urn-uuid-f369040e-0748-4d16-a1d9-5304c0e6ca97"> </a><a name="Observation_observation-conaccident-example"> </a><hr/><p>30. urn:uuid:f369040e-0748-4d16-a1d9-5304c0e6ca97 (Observation/observation-conaccident-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-conaccident-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-conaccident-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationSocial-adultcheck.html">Observation Social - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 健康諮詢:事故傷害預防 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#409059003)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 否</p></p></blockquote><a name="urn-uuid-787718b6-ee96-446f-9dd1-9791736164a2"> </a><a name="Observation_observation-conoral-example"> </a><hr/><p>31. urn:uuid:787718b6-ee96-446f-9dd1-9791736164a2 (Observation/observation-conoral-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-conoral-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-conoral-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationSocial-adultcheck.html">Observation Social - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 健康諮詢:口腔保健 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#410263001)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 否</p></p></blockquote><a name="urn-uuid-cc982caf-e39e-4a94-9100-8046031378a2"> </a><a name="Observation_observation-checkbc-example"> </a><hr/><p>32. urn:uuid:cc982caf-e39e-4a94-9100-8046031378a2 (Observation/observation-checkbc-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-checkbc-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-checkbc-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationSocial-adultcheck.html">Observation Social - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Social History <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: 曾於成人預防保健服時接受過 B、C 型肝炎檢查 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#444266007)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 否</p></p></blockquote><a name="urn-uuid-a363ec96-f199-4739-a677-aee8422b4ee9"> </a><a name="Observation_observation-height-example"> </a><hr/><p>33. urn:uuid:a363ec96-f199-4739-a677-aee8422b4ee9 (Observation/observation-height-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-height-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-height-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationHeight-adultcheck.html">Observation Height - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Vital Signs <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: 8302-2 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#8302-2)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 160 cm</p></p></blockquote><a name="urn-uuid-2ffea95e-cfa0-4d54-bc70-78a0c1e437f8"> </a><a name="Observation_observation-weight-example"> </a><hr/><p>34. urn:uuid:2ffea95e-cfa0-4d54-bc70-78a0c1e437f8 (Observation/observation-weight-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-weight-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-weight-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationWeight-adultcheck.html">Observation Weight - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Vital Signs <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: 29463-7 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#29463-7)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 50 kg</p></p></blockquote><a name="urn-uuid-05a41a1e-7f87-4fec-90a3-b7f674ebaf73"> </a><a name="Observation_observation-waist-example"> </a><hr/><p>35. urn:uuid:05a41a1e-7f87-4fec-90a3-b7f674ebaf73 (Observation/observation-waist-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-waist-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-waist-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationWaist-adultcheck.html">Observation Waist - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Vital Signs <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ([not stated]#vital-signs)</span></p><p><b>code</b>: 56117-5 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#56117-5)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 30 inch</p></p></blockquote><a name="urn-uuid-38ae699f-da77-43cf-ad27-799cedc884e4"> </a><a name="Observation_observation-bmi-example"> </a><hr/><p>36. urn:uuid:38ae699f-da77-43cf-ad27-799cedc884e4 (Observation/observation-bmi-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-bmi-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-bmi-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationBMI-adultcheck.html">Observation BMI - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Vital Signs <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: 39156-5 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#39156-5)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="Organization-org-test-example.html">Organization/org-test-example</a> "聯合醫學檢驗所"</p><p><b>value</b>: 18 kg/m2<span style="background: LightGoldenRodYellow"> (Details: UCUM code kg/m2 = 'kg/m2')</span></p></p></blockquote><a name="urn-uuid-49833269-847f-4ae8-981b-6ce1f05b1d62"> </a><a name="Observation_observation-pressure-example"> </a><hr/><p>37. urn:uuid:49833269-847f-4ae8-981b-6ce1f05b1d62 (Observation/observation-pressure-example)</p><blockquote><p><p><b>Generated Narrative: Observation</b><a name="observation-pressure-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation "observation-pressure-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ObservationPressure-adultcheck.html">Observation Pressure - AdultCheck</a></p></div><p><b>identifier</b>: Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: PRELIMINARY</p><p><b>category</b>: Vital Signs <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: 85354-9 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#85354-9)</span></p><p><b>subject</b>: <a href="#Patient_patient-example">See above (Patient/patient-example)</a></p><p><b>effective</b>: 2022-08-01 17:00:14-0500</p><p><b>performer</b>: <a href="#Organization_org-hosp-example">See above (Organization/org-hosp-example)</a></p><blockquote><p><b>component</b></p><p><b>code</b>: 8462-4 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#8462-4)</span></p><p><b>value</b>: 110 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 8480-6 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#8480-6)</span></p><p><b>value</b>: 56 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote></p></blockquote><a name="urn-uuid-0ddf299b-923a-4966-8b78-cf0c2716174a"> </a><a name="DiagnosticReport_diag-kidney-example"> </a><hr/><p>38. urn:uuid:0ddf299b-923a-4966-8b78-cf0c2716174a (DiagnosticReport/diag-kidney-example)</p><blockquote><p><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><div><p>建議進一步檢查</p>
</div></p></blockquote></div>
<!-- insert notes if present -->
</div>
</div> <!-- /inner-wrapper -->
</div> <!-- /row -->
</div> <!-- /container -->
</div> <!-- /segment-content -->
<script type="text/javascript" src="assets/js/jquery.js"> </script> <!-- note keep space here, otherwise it will be transformed to empty tag -> fails -->
<script type="text/javascript" src="assets/js/jquery-ui.min.js"> </script>
<script type="text/javascript">
$(document).ready(function(){
if(window.location.hash != "") {
$('a[href="' + window.location.hash + '"]').click()
}
});
</script>
<a name="bottom"> </a>
<div id="segment-footer" igtool="footer" class="segment"> <!-- segment-footer -->
<div class="container"> <!-- container -->
<div class="inner-wrapper">
<p>
IG © 2023+ <a style="color:var(--footer-hyperlink-text-color)" href="https://www.etatung.com/">大世科 tsti</a>. Package tw.tsti.adultcheck#0.1.0 based on <a style="color: var(--footer-hyperlink-text-color)" href="http://hl7.org/fhir/R4/">FHIR 4.0.1</a>. Generated <span title="Wed, Nov 8, 2023 11:45+0800">2023-11-08</span>
<br/>
<span style="color: var(--footer-highlight-text-color)">
Links: <a style="color: var(--footer-hyperlink-text-color)" href="toc.html">Table of Contents</a> |
<a style="color: var(--footer-hyperlink-text-color)" href="qa.html">QA Report</a>
</span>
</p>
</div> <!-- /inner-wrapper -->
</div> <!-- /container -->
</div> <!-- /segment-footer -->
<div id="segment-post-footer" class="segment hidden"> <!-- segment-post-footer -->
<div class="container"> <!-- container -->
</div> <!-- /container -->
</div> <!-- /segment-post-footer -->
<!-- JS and analytics only. -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="assets/js/bootstrap.min.js"> </script>
<script type="text/javascript" src="assets/js/respond.min.js"> </script>
<script type="text/javascript" src="assets/js/anchor.min.js"> </script>
<script type="text/javascript" src="assets/js/clipboard.min.js"> </script>
<script type="text/javascript" src="assets/js/clipboard-btn.js"> </script>
<script>anchors.options.visible = 'hover'
anchors.add()</script>
<!-- feedback form - Google forms -->
<!-- v0.1, 2021-01-09 -->
<!-- / feedback form -->
<!-- Analytics Below
================================================== -->
</body>
</html>