Closed boyleconnor closed 3 years ago
Dates have YEAR, MONTH, DAY
Dates do not have sub-types. Eample: 12/31/2020
person names have GIVEN NAME, FAMILY NAME, MIDDLE NAME (or maybe those times DOCTOR and PATIENT ?)
Having a subType
for a patient would be confusing. The term sub-type is not well descriptive.
While deidentification is the primary application that we have in mind for annotator, we should attempt to keep them as agnostic as possible of a specific application.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
What if we got rid of the
addressType
property fortextPhyiscalAddressAnnotation
and put asubType
property into thetextAnnotation
schema.Essentially all of our annotation types have intuitive "sub-types". Dates have
YEAR
,MONTH
,DAY
; person names haveGIVEN NAME
,FAMILY NAME
,MIDDLE NAME
(or maybe those timesDOCTOR
andPATIENT
?)These could be useful for De-IDing:
would be more readable than
"[NAME] [NAME] went to [ADDRESS] on the [DATE]"
.