CodeSystem: WinITTestCode Id: WinITTestCode Title: "WinIT FHIR Test Codes" Description: "WinIT FHIR Test Codes" * ^experimental = false * ^caseSensitive = true * #00000 "Medication Stockout" //the # specifies the code and the "" shows the description. CodeSystem: WinITEducationCode Id: WinITEducationCode Title: "WinIT FHIR Education Codes" Description: "WinIT FHIR Education Codes" * ^experimental = false * ^caseSensitive = true * #55555 "No-Education" * #44444 "Primary" * #33333 "Secondary" * #22222 "Tertiary" * #11111 "TVET" //Creating a value set for the Education Level Code System ValueSet: WinITEdLevelVS Id: WinITEdLevelVS Title: "Value Sets for the Education Level" Description: "Value Sets for the Education Level" * ^experimental = false * include codes from system WinITEducationCode // Value set for referral reasons based on predefined SNOMED ValueSet: ReferralReasons Id: ReferralReasonsVS Title: "Value Set for the Referral Reasons" Description: "Value Set for the Referral Reasons" * ^experimental = false * $SCT#1663004 "G2 stage" * $SCT#2073000 "Delusions" * $SCT#3928002 "Zika virus disease" * $SCT#417005 "Hospital re-admission" * $SCT#741007 "Operation on prostate" //Value set for referral status ValueSet: ReferralStatuses Id: ReferralStatusesVS Title: "Value Set for the Referral Statuses" Description: "Value Set for the Referral Statuses" * ^experimental = false * $HL7#active "Active" * $HL7#on-hold "On Hold" * $HL7#revoked "Revoked" * $HL7#completed "Completed" * $HL7#entered-in-error "Entered in Error" * $HL7#unknown "Unknown" //Code System for facilities CodeSystem: OrganizationCodes Id: OrganizationCodes Title: "WinIT FHIR Organization Codes" Description: "WinIT FHIR Organization Codes" * ^experimental = false * ^caseSensitive = true * #MOH111 "MP Shah" * #MOH222 "Agakhan" * #MOH333 "Nairobi Hospital" * #MOH444 "JOOTRH" * #MOH555 "Kakamega District" //Creating a value set for the Education Level Code System ValueSet: OrganizationlVS Id: OrganizationVS Title: "Value Sets for the Organizations" Description: "Value Sets for the Organizations" * ^experimental = false * include codes from system OrganizationCodes //Code system for referall intent CodeSystem: ServiceReqIntent Id: ServiceReqIntentCodes Title: "Service Request Intent Codes" Description: "Service Request Intent Codes" * ^experimental = false * #proposal "Proposal" * #plan "Plan" * #directive "Directive" * #order "Order" //Value sets for Condition-Clinical Status ValueSet: ConditionClinicalStatusVS Id: ConditionClinicalStatusVS Title: "Value Sets for the Clinical Status" Description: "Value Sets for the Clinical Status" * ^experimental = false * $TERM#active "Active" * $TERM#recurrence "Recurrence" * $TERM#relapse "Relapse" * $TERM#inactive "Inactive" * $TERM#remission "Remission" * $TERM#resolved "Resolved" * $TERM#unknown "Unknown"