-
Notifications
You must be signed in to change notification settings - Fork 0
/
CarePlan-MikePondCarePlan.xml
40 lines (39 loc) · 2.33 KB
/
CarePlan-MikePondCarePlan.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
<?xml version="1.0" encoding="UTF-8"?>
<CarePlan xmlns="http://hl7.org/fhir">
<id value="MikePondCarePlan"/>
<meta>
<profile value="http://fhir-arf-register.nardhc.org/StructureDefinition/ARFCarePlan"/>
</meta>
<text>
<status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CarePlan MikePondCarePlan</b></p><a name="MikePondCarePlan"> </a><a name="hcMikePondCarePlan"> </a><a name="MikePondCarePlan-en-AU"> </a><p><b>identifier</b>: Local Registry ID/987654321</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>title</b>: Rheumatic fever care plan for patient Mike Pond</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>period</b>: 2023-10-01 --> 2024-10-01</p><p><b>created</b>: 2023-10-01</p><p><b>author</b>: <a href="PractitionerRole-DoctorPayneRole1.html">PractitionerRole: identifier = Medicare Provider Number (use: official, ); telecom = ph: +61 7 87654321</a></p><h3>Activities</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Reference</b></td></tr><tr><td style="display: none">*</td><td><a href="MedicationRequest-BicillinMedicationRequest.html">MedicationRequest: identifier = Local Prescription Number; status = active; intent = plan; medication[x] = Bicillin L-A 1.2 million units (1016.6 mg)/2.3 mL injection, 2.3 mL syringe; authoredOn = 2023-10-01; reasonCode = </a></td></tr></table></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="LR"/>
</coding>
</type>
<system value="http://arfregister.example.au/id/registerid/localsystem"/>
<value value="987654321"/>
</identifier>
<status value="active"/>
<intent value="plan"/>
<title value="Rheumatic fever care plan for patient Mike Pond"/>
<subject>
<reference value="Patient/MikePondPatient"/>
</subject>
<period>
<start value="2023-10-01"/>
<end value="2024-10-01"/>
</period>
<created value="2023-10-01"/>
<author>
<reference value="PractitionerRole/DoctorPayneRole1"/>
</author>
<activity>
<reference>
<reference value="MedicationRequest/BicillinMedicationRequest"/>
</reference>
</activity>
</CarePlan>