-
Notifications
You must be signed in to change notification settings - Fork 0
/
Condition-ConditionAdultCheckExample.json
80 lines (80 loc) · 3.27 KB
/
Condition-ConditionAdultCheckExample.json
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
{
"resourceType" : "Condition",
"id" : "ConditionAdultCheckExample",
"meta" : {
"profile" : ["https://tstifhir.azurehealthcareapis.com/StructureDefinition/Condition-adultcheck"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"ConditionAdultCheckExample\"> </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 "ConditionAdultCheckExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Condition-adultcheck.html\">Condition - AdultCheck</a></p></div><p><b>identifier</b>: 全國的個人識別碼: A123456789\u00a0(use:\u00a0OFFICIAL), Medical record number: 8862168\u00a0(use:\u00a0OFFICIAL), HOI: 0123456789\u00a0(use:\u00a0OFFICIAL), Temporary Medical Record Number: 000120230721\u00a0(use:\u00a0OFFICIAL)</p><p><b>clinicalStatus</b>: remission <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#remission)</span></p><p><b>verificationStatus</b>: confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#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-pat-example.html\">Patient/pat-example</a></p><p><b>recordedDate</b>: 2022-08-05 17:00:14-0500</p></div>"
},
"identifier" : [{
"use" : "official",
"type" : {
"coding" : [{
"system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203",
"code" : "NNTWN"
}]
},
"system" : "http://www.moi.gov.tw/",
"value" : "A123456789"
},
{
"use" : "official",
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}]
},
"system" : "https://www.tph.mohw.gov.tw/",
"value" : "8862168"
},
{
"use" : "official",
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "HOI"
}]
},
"system" : "https://twcore.mohw.gov.tw/tsfhir/CodeSystem/organization-identifier-tw",
"value" : "0123456789"
},
{
"use" : "official",
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MRT"
}]
},
"system" : "https://tsti.hospital.com",
"value" : "000120230721"
}],
"clinicalStatus" : {
"coding" : [{
"code" : "remission"
}]
},
"verificationStatus" : {
"coding" : [{
"code" : "confirmed"
}]
},
"category" : [{
"coding" : [{
"code" : "problem-list-item"
}]
}],
"code" : {
"coding" : [{
"code" : "161501007",
"display" : "H/O: hypertension"
}]
},
"subject" : {
"reference" : "Patient/pat-example"
},
"recordedDate" : "2022-08-05T17:00:14-05:00"
}