-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8149462
commit c9d8ffc
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Profile: SGMeasure | ||
Parent: Measure | ||
|
||
* title 1..1 | ||
* version 1..1 | ||
* name 1..1 | ||
* publisher 1..1 | ||
* description 1..1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Instance: HealthWorker | ||
InstanceOf: SGPersona | ||
* status = #draft | ||
* identifier.value = "HW" | ||
* name = "HealthcareWorker" | ||
* title = "Healthcare Worker" | ||
* type = #person | ||
* experimental = false | ||
* description = "Health workers facilitate education sessions, administers immunizations, provide counselling when needed, record stock movements, and compiles/generates reports." | ||
|
||
|
||
|
||
Instance: CommunityHealthWorker | ||
InstanceOf: SGPersona | ||
* status = #draft | ||
* identifier.value = "CommunityHealthWorker" | ||
* name = "Community Health Worker" | ||
* title = "Community Health Worker" | ||
* type = #person | ||
* experimental = false | ||
* description = "Community health workers provide health education, referral and follow-up; case management and basic preventive health care; and home visiting services to specific communities. They provide support and assistance to clients by reminding clients to take their vaccinations, responding to emergencies, and reporting births." | ||
|
||
|
||
|
||
Instance: EPIManager | ||
InstanceOf: SGPersona | ||
* status = #draft | ||
* identifier.value = "EPIM" | ||
* name = "Expanded Programme on Immunization (EPI) Manager" | ||
* title = "Healthcare Worker" | ||
* type = #person | ||
* experimental = false | ||
* description = "Responsible for: developing annual and multi-annual plans; immunization communication and mobilization; management of logistics, the cold chain, and vaccines; monitoring, supervision and evaluation of immunization services; and coordination of EPI activities at the national and subnational levels." | ||
|