Skip to content

Commit

Permalink
add SGMeasure profile
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Sep 18, 2023
1 parent 8149462 commit c9d8ffc
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
8 changes: 8 additions & 0 deletions input/fsh/SGMeasure.fsh
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
34 changes: 34 additions & 0 deletions input/fsh/examples.fshold
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."

0 comments on commit c9d8ffc

Please sign in to comment.