Duplicate Location Information within Digital Facility Record
Created by: ashleythedeveloper
While preparing the Digital Facility Record render template for the v0.6.0 release, I noticed that the data model includes two methods for expressing location information.
Currently, implementers can specify a facility's location in either of the following ways:
Within the facility object: credentialSubject.facility.locationInformation
Within the credential subject: credentialSubject.locationInformation
Both are of type Location
, as defined in untp-core.
This duplication seems like a potential oversight, as it is unclear why an additional field for location information is necessary.
Can I confirm if this duplication is intentional? If not, should we remove credentialSubject.locationInformation
?