-
Notifications
You must be signed in to change notification settings - Fork 0
/
Condition-MikePondCondition.json
62 lines (62 loc) · 2.89 KB
/
Condition-MikePondCondition.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
{
"resourceType" : "Condition",
"id" : "MikePondCondition",
"meta" : {
"profile" : ["http://fhir-arf-register.nardhc.org/StructureDefinition/ARFCondition"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition MikePondCondition</b></p><a name=\"MikePondCondition\"> </a><a name=\"hcMikePondCondition\"> </a><a name=\"MikePondCondition-en-AU\"> </a><p><b>identifier</b>: <code>http://arf-register.nardhc.org/system/registration-id</code>/ARF1000123</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 problem-list-item}\">Problem List Item</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 6736007}\">Moderate severity</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 195528001}\">Acute rheumatic fever</span></p><p><b>subject</b>: <a href=\"Patient-MikePondPatient.html\">Mike Pond Male, DoB: 1960-01-25 ( National unique individual identifier\u00a0(use:\u00a0official,\u00a0))</a></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 Jane Payne </a></p><p><b>asserter</b>: <a href=\"Practitioner-DoctorPayne.html\">Practitioner Jane Payne </a></p></div>"
},
"identifier" : [{
"system" : "http://arf-register.nardhc.org/system/registration-id",
"value" : "ARF1000123"
}],
"clinicalStatus" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active",
"display" : "Active"
}]
},
"verificationStatus" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed",
"display" : "Confirmed"
}]
},
"category" : [{
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "problem-list-item",
"display" : "Problem List Item"
}]
}],
"severity" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "6736007",
"display" : "Moderate severity"
}]
},
"code" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "195528001",
"display" : "Acute rheumatic fever"
}],
"text" : "Acute rheumatic fever"
},
"subject" : {
"reference" : "Patient/MikePondPatient"
},
"onsetDateTime" : "1995-02-02",
"recordedDate" : "2023-01-30",
"recorder" : {
"reference" : "Practitioner/DoctorPayne"
},
"asserter" : {
"reference" : "Practitioner/DoctorPayne"
}
}