Skip to content

Commit

Permalink
Add GNU Health.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Dec 17, 2019
1 parent 0c8f760 commit b6ec8ef
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 0 deletions.
15 changes: 15 additions & 0 deletions GnuHealth/base.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@prefix : <http://hitontology.eu/ontology/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dbr: <http://dbpedia.org/resource/>.

:GnuHealth a :SoftwareProduct;
rdfs:label "GNU Health";
:supportsLanguage dbr:English_language;
:supportsClient :WebBased, :Native, :Mobile;
:runsOnOs dbr:Linux;
:programmingLanguage <http://dbpedia.org/resource/Python_(programming_language)>;
:homepage <https://www.gnuhealth.org/>;
:usesStandard :Hl7, :Icd10;
:usesDbs :PostgreSql;
:license dbr:GNU_General_Public_License.

99 changes: 99 additions & 0 deletions GnuHealth/featurecitation.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
en,uri,whodhin,whodhiuri
Creating a party with the patient property,CreatingPartyWithPatientProperty,,
Listing the current patients,ListingTheCurrentPatients,,
Creating a patient record,CreatingPatientRecord,,
Printing a patient ID card,PrintingPatientIdCard,2.1.2,EnrolClientForHealthServicesclinicalCarePlan
Introduction to Evaluations,IntroductionToEvaluations,,
Evaluations History,EvaluationsHistory,,
"Evaluations Form (Main Info, Clinical, Mental Status. Diagnosis)",EvaluationsForm,,
Appointments,Appointments,,
Information stored per appointment,InformationStoredPerAppointment,,
List of all appointments,ListOfAllAppointments,,
Appointments Calendar,AppointmentsCalendar,,
Appointments Report,AppointmentsReport,,
List of appointments for a specific patient,ListOfAppointmentsForSpecificPatient,,
GNU LIMS: Laboratory Information Management System for the Healthcare and Biomedical sectors,GnuLims,2.10.4,TrackBiologicalSpecimens
Requesting a Laboratory Test,RequestingLaboratoryTest,2.10.1,TransmitToHealthcareProviderAndTrack
Managing Laboratory Tests,ManagingLaboratoryTests,2.10.2,TransmitDiagnosticOrdersDiagnosticResults
Storing Laboratory Test Results,StoringLaboratoryTestResults,,
Laboratory Reports,LaboratoryReports,,
Lab orders and Health Services,LabOrdersAndHealthServices,,
Interfaces with Laboratories and LIMS,InterfacesWithLaboratoriesAndLims,,
Chart of accounts,ChartOfAccounts,,
Configuring Accounts,ConfiguringAccounts,,
Account Types,AccountTypes,,
Configuring Journals,ConfiguringJournals,,
Organization structure,OrganizationStructure,,
Asset management,AssetManagement,3.7.2,AssessHealthFacilities
Cost allocation among cost centers,CostAllocationAmongCostCenters,,
cost allocation from cost centers,CostAllocationFromCostCenters,,
GNU Health/Products and Services Management,GnuHealthProductsAndServicesManagement,,
Products basics,ProductsBasics,,
Variants basics,VariantsBasics,,
Creating new medication products,CreatingNewMedicationProducts,,
Invoicing Patients,InvoicingPatients,,
Listing Health Services to be Invoiced,ListingHealthServicesToBeInvoiced,,
Creating the Invoice,CreatingTheInvoice,,
Basics of Stock Management,BasicsOfStockManagement,,
Stock Locations,StockLocations,,
Stock Movements,StockMovements,,
Shipments,Shipments,,
Inventories,Inventories,,
Access Management Overview,AccessManagementOverview,,
Groups Access Management,GroupsAccessManagement,,
Users Access Management,UsersAccessManagement,,
Socioeconomics,Socioeconomics,,
Infrastructure of Socioeconomics,InfrastructureOfSocioeconomics,,
"Lifestyle (Diet and Exercise, Addictions, Sexuality, Safety)",Lifestyle,,
Functioning and Disability,FunctioningAndDisability,,
"Gynecology (General review, Mammography history, PAP Smear history, Colposcopy history)",Gynecology,,
Obstetrics,Obstetrics,,
Introduction to Obstetrics,IntroductionToObstetrics,,
General Pregnancy Information,GeneralPregnancyInformation,,
Prenatal Evaluations,PrenatalEvaluations,,
Perinatal and Intrapartum Information,PerinatalAndIntrapartumInformation,,
Puerperium Monitor,PuerperiumMonitor,,
Genetic Family History,GeneticFamilyHistory,,
Genetic Information,GeneticInformation,,
Protein Related Diseases,ProteinRelatedDiseases,,
Surgery introduction,SurgeryIntroduction,,
Surgeries per Patient,SurgeriesPerPatient,,
All Surgeries information,AllSurgeriesInformation,,
Surgeries Form,SurgeriesForm,,
Introduction to Pediatrics Section,IntroductionToPediatricsSection,,
Neonatology,Neonatology,,
PSC (Pediatrics Symptom Checklist),Psc,,
Introduction to Nursing,IntroductionToNursing,,
"document Roundings for inpatients (Main information, ICU information, Procedures information, Medication information,Stock Moves information)",DocumentRoundingsForInpatients,,
Default imaging module,DefaultImagingModule,,
Creating a request for image,CreatingRequestForImage,,
Generating results,GeneratingResults,,
View results,ViewResults,,
Configuring available tests,ConfiguringAvailableTests,,
Orthanc Integration module,OrthancIntegrationModule,,
Usage Orthanc module,UsageOrthancModule,,
Administration Orthanc module,AdministrationOrthancModule,,
Synchronization Orthanc module,SynchronizationOrthancModule,,
Troubleshooting Orthanc module,TroubleshootingOrthancModule,,
Inpatient Management information,InpatientManagementInformation,2.2.2,ManageClientsStructuredClinicalRecords
Administrative Data,AdministrativeData,,
Nutrition information,NutritionInformation,,
Medication Plan,MedicationPlan,,
Care Plan,CarePlan,,
Intensive Care Unit,IntensiveCareUnit,,
ICU Functionality information,IcuFunctionalityInformation,,
Patient ICU Information,PatientIcuInformation,,
"Patient Rounding information (Neurologic Respiratory, incl. X-Ray)",PatientRoundingInformation,,
Drainages,Drainages,,
Cardiovascular,Cardiovascular,,
Blood and Skin,BloodAndSkin,,
Digestive and Abdomen,DigestiveAndAbdomen,,
Neglected Tropical Diseases information,NeglectedTropicalDiseasesInformation,,
Chagas Disease information,ChagasDiseaseInformation,,
Dengue Fever,DengueFever,,
Reporting,Reporting,,
Patient Evaluations report,PatientEvaluationsReport,,
Top Diseases report,TopDiseasesReport,,
Injury Surveillance System Registration report,InjurySurveillanceSystemRegistrationReport,,
Specialties by health professionals report,SpecialtiesByHealthProfessionalsReport,,
Evaluations Report,EvaluationsReport,,
22 changes: 22 additions & 0 deletions GnuHealth/functioncitation.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
en,uri,whodhin,whodiuri,citation
Clinical Documentation,ClinicalDocumentation,2.1,ClientIdentificationAndRegistration,
Record Management,RecordManagement,2.2,ClientHealthRecords,
Patient Administration,PatientAdministration,2.2,ClientHealthRecords,
Report Generation,ReportGeneration,,,6
Accounting,Accounting,3.5,HealthFinancing,
Billing,Billing,3.5,HealthFinancing,
Coding,Coding,,,
Statistical Analysis,StatisticalAnalysis,,,
Staff Management,StaffManagement,3.1,HumanResourceManagement,
Epidemiology,Epidemiology,,,
Medication Management,MedicationManagement,2.9,PrescriptionAndMedicationManagement,
Patient Management,PatientManagement,2.8,HealthcareProviderTraining,
Patient Evaluations,PatientEvaluations,,,
Patient Appointment and Admission Management,PatientAppointmentAndAdmissionManagement,2.1,ClientIdentificationAndRegistration,
"Occhiolino,the GNU LIMS: Laboratory Information Management System",Occhiolino,2.10,ClientIdentificationAndRegistration,
Financial Accounting,FinancialAccounting,3.5,HealthFinancing,
Analytic Accounting,AnalyticAccounting,,,
Products and Services Management,ProductsAndServicesManagement,3.2,SupplyChainManagement,
Purchase Administration,PurchaseAdministration,,,
Stock Management,StockManagement,3.2,SupplyChainManagement,
Access Management,AccessManagement,,,

0 comments on commit b6ec8ef

Please sign in to comment.