-
Notifications
You must be signed in to change notification settings - Fork 0
/
Condition-MikePondCondition.xml
62 lines (61 loc) · 3.07 KB
/
Condition-MikePondCondition.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<Condition xmlns="http://hl7.org/fhir">
<id value="MikePondCondition"/>
<meta>
<profile value="http://fhir-arf-register.nardhc.org/StructureDefinition/ARFCondition"/>
</meta>
<text>
<status value="generated"/><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 (use: official, ))</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>
</text>
<identifier>
<system value="http://arf-register.nardhc.org/system/registration-id"/>
<value value="ARF1000123"/>
</identifier>
<clinicalStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="active"/>
<display value="Active"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
<code value="confirmed"/>
<display value="Confirmed"/>
</coding>
</verificationStatus>
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/condition-category"/>
<code value="problem-list-item"/>
<display value="Problem List Item"/>
</coding>
</category>
<severity>
<coding>
<system value="http://snomed.info/sct"/>
<code value="6736007"/>
<display value="Moderate severity"/>
</coding>
</severity>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="195528001"/>
<display value="Acute rheumatic fever"/>
</coding>
<text value="Acute rheumatic fever"/>
</code>
<subject>
<reference value="Patient/MikePondPatient"/>
</subject>
<onsetDateTime value="1995-02-02"/>
<recordedDate value="2023-01-30"/>
<recorder>
<reference value="Practitioner/DoctorPayne"/>
</recorder>
<asserter>
<reference value="Practitioner/DoctorPayne"/>
</asserter>
</Condition>