-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCondition-BSJ-Diagnosis1.json
57 lines (57 loc) · 2.47 KB
/
Condition-BSJ-Diagnosis1.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
{
"resourceType": "Condition",
"id": "BSJ-Diagnosis1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>clinicalStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/sid/icd-10-cm I63.411}\">Cerebral infarction due to embolism of right middle cerebral artery</span></p><p><b>subject</b>: <a href=\"Patient-patientBSJ1.html\">Generated Summary: id: 10A3D58WH1600; active: true; Betsy Smith-Johnson; Phone: 210-222-1111; gender: female; birthDate: 1950-11-01; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus U}\">unmarried</span></a></p><p><b>onset</b>: Jan 1, 2020, 12:00:00 PM</p><p><b>asserter</b>: <a href=\"Practitioner-Practitioner-NoraOlogist.html\">Neurologist Nora Ologist. Generated Summary: id: 3668788925; active: true; Nora Ologist; Phone: (210) 555 7632; gender: female</a></p></div>"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "confirmed"
}
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-category",
"code": "encounter-diagnosis"
}
]
}
],
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10-cm",
"code": "I63.411",
"display": "Cerebral infarction due to embolism of right middle cerebral artery"
}
],
"text": "Cerebral infarction due to embolism of right middle cerebral artery"
},
"subject": {
"reference": "Patient/patientBSJ1"
},
"onsetDateTime": "2020-01-01T15:00:00-05:00",
"asserter": {
"reference": "Practitioner/Practitioner-NoraOlogist",
"display": "Neurologist Nora Ologist"
}
}