Skip to content

Commit cd7d604

Browse files
authored
Update README to add examples of the type of content
We have a non-intuitive split between this package and the -demo package. This tries to better clarify things
1 parent ef50fcd commit cd7d604

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# OpenMRS Reference Application Content
22

3-
This is a template repo to be used to set up and share Content Packages.
4-
53
This content package contains the baseline metadata necessary to run a verison of O3. Please note that while
64
the metadata here is all that's _required_, this does not provide the metadata necessary for every feature to
75
work. That is because the metadata needed for various things, like the formulary or procedure catalog is
86
expected to be customized for most sites.
97

108
Additional metadata used in the O3 demo environments is contained in the Reference Application Demo content
119
package: https://github.com/openmrs/openmrs-content-referenceapplication-demo
10+
11+
Generally, the goal is to make the "referenceapplication" content package free from content that an
12+
implementation might need to customize and to stick to only core content backing specific things. For example,
13+
the O3 Login page requires that the "Login Location" tag be available (and associated with at least one
14+
location), but locations vary by implementation and even site, so this package just contains the tag.
15+
Similarly, the Immunization feature requires the CIEL Immunization History concept set to structure obs so
16+
this is included but the list of immunizations should not be.

0 commit comments

Comments
 (0)