Skip to content

Commit fd66f04

Browse files
authored
Merge pull request #13 from PIH/relationships
UHM-9402: add relationships
1 parent f7b0b10 commit fd66f04

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
UUID,Void/Retire,A is to B,B is to A,Description
2+
${relationshipType.householdMember.uuid},,Household Member/Worker,Household Member/Worker,Household Member/Worker relationship
3+
${relationshipType.coworker.uuid},,Coworker,Coworker,Coworker relationship
4+
${relationshipType.friend.uuid},,Friend,Friend,Friend relationship
5+
${relationshipType.otherCloseContact.uuid},,Other Close Contact,Other Close Contact,Other Close Contact relationship

content/content.properties

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,16 @@ var.patientIdentifierType.mdrtbId.uuid=4ca30944-cfb4-4dfa-b0df-18f023351fad
88
var.patientIdentifierType.nationalId.uuid=d422b023-444e-4fbc-ba80-cb399b99a112
99
var.patientIdentifierType.dstbId.uuid=06eb9c95-6d60-43c5-93e5-255bd2c2cbd5
1010

11-
var.identifierSource.emrIdPool.uuid=4e8e404e-6f28-11f1-9293-c6dbcf623907
11+
var.identifierSource.emrIdPool.uuid=4e8e404e-6f28-11f1-9293-c6dbcf623907
12+
13+
# Relationship types defined by this content package
14+
var.relationshipType.householdMember.uuid=c9ff0f6a-92af-42e4-8c4a-6e2fecbe41c0
15+
var.relationshipType.coworker.uuid=6102dabf-3f29-4647-807f-39b5f455b48b
16+
var.relationshipType.friend.uuid=e4e14bf9-c1a8-4fd7-956f-de0fc19c4380
17+
var.relationshipType.otherCloseContact.uuid=5955b72f-32fb-4097-be52-e8d274bea935
18+
19+
# Relationship types owned by pihcore, referenced here so dashboard widget config
20+
# can be expressed in the same terms (see CustomAppLoaderFactory.enableRelationships)
21+
var.relationshipType.spousePartner.uuid=C8CDE783-00EB-4FEA-9E4B-A2BDCAD8D33E
22+
var.relationshipType.sibling.uuid=8d91a01c-c2cc-11de-8d13-0010c6dffd0f
23+
var.relationshipType.parentChild.uuid=8d91a210-c2cc-11de-8d13-0010c6dffd0f

0 commit comments

Comments
 (0)