Skip to content

Commit

Permalink
RWA-978 Ensure FOSA ID location attribute uuid is available from init…
Browse files Browse the repository at this point in the history
…ializer jsonkeyvalues
  • Loading branch information
mseaton committed Feb 21, 2025
1 parent aecc779 commit 1e6eb01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
UUID,Entity name,Name,Description,Datatype classname,Datatype config,Min occurs,Max occurs,Preferred handler classname
eb844bfb-b1d9-11ef-8756-0242ac120002,Location,FOSA ID,Unique facility identiifer defined nationally,org.openmrs.customdatatype.datatype.FreeTextDatatype,,0,1,
${locationAttribute.fosaId.uuid},Location,FOSA ID,Unique facility identiifer defined nationally,org.openmrs.customdatatype.datatype.FreeTextDatatype,,0,1,
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"identifierType.upid.uuid": "01edaedd-956a-11ef-93fa-0242ac120002",
"identifierType.nin.uuid": "0c69d739-956a-11ef-93fa-0242ac120002",
"identifierType.passportNumber.uuid": "12a72978-956a-11ef-93fa-0242ac120002",
"locationAttribute.fosaId.uuid": "${locationAttribute.fosaId.uuid}",
"personAttribute.phoneNumber.uuid": "${personAttribute.phoneNumber.uuid}",
"personAttribute.mothersName.uuid": "8d871d18-c2cc-11de-8d13-0010c6dffd0f",
"personAttribute.fathersName.uuid": "${personAttribute.fathersName.uuid}",
Expand Down
2 changes: 2 additions & 0 deletions rwandaemr-content/content.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ var.concept.crownProgram.uuid=fbef6022-9cd7-47a6-92fc-8754e3a8ec2b

var.identifier.archivingId.uuid=317ce1ae-27e7-4a79-b320-21cbd1aa551c

var.locationAttribute.fosaId.uuid=eb844bfb-b1d9-11ef-8756-0242ac120002

var.personAttribute.boardingSchool.uuid=bc992c11-c9fc-4de3-8f5c-a43b96db82c9
var.personAttribute.educationLevel.uuid=9add985a-cba2-421a-8dd5-6323eb5bda4f
var.personAttribute.fathersName.uuid=b7e948d4-9458-4f06-8d93-e859b6be9b76
Expand Down

0 comments on commit 1e6eb01

Please sign in to comment.