Implementation Guide for ARF/RHD Register - AU
0.2.0 - ci-build
Implementation Guide for ARF/RHD Register - AU - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"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"
}
}
]
}