Skip to content

Commit b500ae2

Browse files
committed
correcting address stream
1 parent e219935 commit b500ae2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Technical_flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ They contains personal data with the following streams
3434
- profile
3535
- profile-name: Name / Surname
3636
- event of type "contact/name-surname" & "contact/maiden-name" or "contact/vcard"
37-
- profile-country: - event of type "contact/country"
37+
- profile-address: - event of type "contact/country"
3838
- profile-date-of-birth: - event of type "date/iso-8601"
3939
- profile-location: - event of type (to be discussed) "contact/vcard" or "location/city"
4040
- profile-sex: - event of type "attributes/biological-sex"

common-data-defs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const patientBaseStreams = [
33
// profile
44
{id: 'profile', name: 'Profile'},
55
{id: 'profile-name', name: 'Name', parentId: 'profile'},
6-
{id: 'profile-country', name: 'Country', parentId: 'profile'},
6+
{id: 'profile-address', name: 'Country', parentId: 'profile'},
77
{id: 'profile-date-of-birth', name: 'Date of Birth', parentId: 'profile'},
88
{id: 'profile-location', name: 'Location', parentId: 'profile'},
99
{id: 'profile-sex', name: 'Sex', parentId: 'profile'},

0 commit comments

Comments
 (0)