-
Notifications
You must be signed in to change notification settings - Fork 0
/
Condition-JamesPondCondition.json
54 lines (54 loc) · 2.95 KB
/
Condition-JamesPondCondition.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
{
"resourceType" : "Condition",
"id" : "JamesPondCondition",
"meta" : {
"profile" : ["http://fhir-arf-register.nardhc.org/StructureDefinition/ARFCondition"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"JamesPondCondition\"> </a><a name=\"hcJamesPondCondition\"> </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\">ResourceCondition "JamesPondCondition" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ARFCondition.html\">ARFCondition</a></p></div><p><b>identifier</b>: <code>http://arf-register.nardhc.org/system/registration-id</code>/ARF1000123</p><p><b>clinicalStatus</b>: active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#active)</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>severity</b>: moderate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#moderate)</span></p><p><b>code</b>: Acute rheumatic fever <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#195528001)</span></p><p><b>subject</b>: <a href=\"Patient-JamesPondPatient.html\">Patient/JamesPondPatient</a> " POND"</p><p><b>onset</b>: 1995-02-02</p><p><b>recordedDate</b>: 2023-01-30</p><p><b>recorder</b>: <a href=\"Practitioner-DoctorPayne.html\">Practitioner/DoctorPayne</a> " PAYNE"</p><p><b>asserter</b>: <a href=\"Practitioner-DoctorPayne.html\">Practitioner/DoctorPayne</a> " PAYNE"</p></div>"
},
"identifier" : [{
"system" : "http://arf-register.nardhc.org/system/registration-id",
"value" : "ARF1000123"
}],
"clinicalStatus" : {
"coding" : [{
"code" : "active"
}]
},
"verificationStatus" : {
"coding" : [{
"code" : "confirmed"
}]
},
"category" : [{
"coding" : [{
"code" : "problem-list-item"
}]
}],
"severity" : {
"coding" : [{
"code" : "moderate"
}]
},
"code" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "195528001",
"display" : "Acute rheumatic fever"
}],
"text" : "Acute rheumatic fever"
},
"subject" : {
"reference" : "Patient/JamesPondPatient"
},
"onsetDateTime" : "1995-02-02",
"recordedDate" : "2023-01-30",
"recorder" : {
"reference" : "Practitioner/DoctorPayne"
},
"asserter" : {
"reference" : "Practitioner/DoctorPayne"
}
}