Skip to content

Instantly share code, notes, and snippets.

View mherman22's full-sized avatar
:octocat:
Try again and again and again

Herman Muhereza mherman22

:octocat:
Try again and again and again
View GitHub Profile
{
"name": "Structured SOAP note",
"description": "A form used to collect clinical information in a structured form",
"version": "1.1",
"published": true,
"uuid": "32f9bf88-f337-4995-9c37-6e639cc778f8",
"retired": false,
"encounter": "Consultation",
"pages": [
{
{
"uuid": "547c0814-eb78-3280-91a8-8d7c574e0301",
"display": "Assessment Form",
"name": "encounter.mhpssAdmissionForm",
"description": "Assessment Form",
"encounter": "encounter.mhpssAdmissionForm",
"version": "0.26",
"build": null,
"published": true,
"formFields": [],
This file has been truncated, but you can view the full file.
{
"results": [
{
"uuid": "5a70d553-b97d-40c2-a1e1-67ccaf21f455",
"display": "Immunization history: 2025-07-07, vtime, 884412, 2025-08-07, 1, This is a test immunization note., Diphtheria tetanus and pertussis vaccination",
"concept": {
"uuid": "1421AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"display": "Immunization history",
"name": {
"display": "Immunization history",
INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(118) |2025-05-28T16:39:51,494| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.7.x.xml' contains 0 un-run change sets
INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(125) |2025-05-28T16:39:51,495| the Liquibase snapshot version that had been used to initialize the OpenMRS database is '2.7.x'
INFO - Slf4JLogger.log(43) |2025-05-28T16:39:51,509| Set default schema name to public
INFO - Slf4JLogger.log(43) |2025-05-28T16:39:51,532| Parsed changelog file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.8.x.xml'
INFO - Slf4JLogger.log(43) |2025-05-28T16:39:51,545| Reading from public.liquibasechangelog
INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(165) |2025-05-28T16:39:51,576| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.8.x.xml' contains 0 un-run change sets
INFO - Slf4JLogger.log(43) |2025-05-28T16:39:51,608| Set default schema name to public
INFO - HibernateContextDAO.upda

πŸ“š Managing Multiple Java Versions on macOS Using SDKMAN!

As you may often work with multiple projects or modules that require different versions of Java, it's essential to switch Java versions seamlessly. This guide shows you how to use SDKMAN! to install, manage, and switch between multiple Java versions on macOS.


Why SDKMAN?

  • 🧩 Easily install and manage Java and other JVM-based tools (e.g., Scala, Groovy).
  • πŸ› οΈ Automatically manages environment variables like $JAVA_HOME and $PATH.
name=Ref 3.x distro
version=3.4.1-SNAPSHOT
spa.node.version=16.20.2
spa.npm.version=8.19.4
war.openmrs=2.7.4-SNAPSHOT
omod.initializer=2.9.0
omod.fhir2=2.4.0-SNAPSHOT
omod.webservices.rest=2.49.0-SNAPSHOT
omod.idgen=4.14.0
omod.legacyui=1.23.0-SNAPSHOT
{
"swagger" : "2.0",
"info" : {
"description" : "OpenMRS RESTful API documentation generated by Swagger",
"version" : "2.8.0-42ce79",
"title" : "OpenMRS API Docs",
"contact" : {
"name" : "OpenMRS",
"url" : "http://openmrs.org"
},
config.distro-emr-configuration=3.3.0-SNAPSHOT
distro.artifactId=distro-emr-configuration
distro.groupId=org.openmrs
name=Ref 3.x distro
omod.addresshierarchy=2.17.0
omod.appointments=2.0.0-20240305.062514-14
omod.appointments.groupId=org.bahmni.module
omod.attachments=3.3.0-SNAPSHOT
omod.authentication=1.0.0
omod.calculation=1.3.0
#Tue Oct 08 11:53:28 EAT 2024
config.distro-emr-configuration=3.3.0-SNAPSHOT
distro.artifactId=distro-emr-configuration
distro.groupId=org.openmrs
name=Ref 3.x distro
omod.addresshierarchy=2.17.0
omod.appointments=2.1.0-SNAPSHOT
omod.appointments.groupId=org.bahmni.module
omod.attachments=3.3.0-SNAPSHOT
omod.authentication=1.0.0
@mherman22
mherman22 / distro.properties
Created September 17, 2024 17:44
Just a distro.properties file for setting up an openmrs v3 instance using the setup command
config.distro-emr-configuration=3.3.0-SNAPSHOT
distro.artifactId=distro-emr-configuration
distro.groupId=org.openmrs
name=Ref 3.x distro
omod.addresshierarchy=2.17.0
omod.appointments=2.0.0-20240305.062514-14
omod.appointments.groupId=org.bahmni.module
omod.attachments=3.2.0
omod.authentication=1.0.0
omod.calculation=1.3.0