-
Notifications
You must be signed in to change notification settings - Fork 0
/
CarePlan-MikePondCarePlan.json
40 lines (40 loc) · 2.23 KB
/
CarePlan-MikePondCarePlan.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
{
"resourceType" : "CarePlan",
"id" : "MikePondCarePlan",
"meta" : {
"profile" : ["http://fhir-arf-register.nardhc.org/StructureDefinition/ARFCarePlan"]
},
"text" : {
"status" : "generated",
"div" : "<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\u00a0(use:\u00a0official,\u00a0))</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\u00a0(use:\u00a0official,\u00a0); 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>"
},
"identifier" : [{
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "LR"
}]
},
"system" : "http://arfregister.example.au/id/registerid/localsystem",
"value" : "987654321"
}],
"status" : "active",
"intent" : "plan",
"title" : "Rheumatic fever care plan for patient Mike Pond",
"subject" : {
"reference" : "Patient/MikePondPatient"
},
"period" : {
"start" : "2023-10-01",
"end" : "2024-10-01"
},
"created" : "2023-10-01",
"author" : {
"reference" : "PractitionerRole/DoctorPayneRole1"
},
"activity" : [{
"reference" : {
"reference" : "MedicationRequest/BicillinMedicationRequest"
}
}]
}