From 43d36d007d70aec6af4eb9e6837da2ecb6a5429e Mon Sep 17 00:00:00 2001 From: Eric Buckley Date: Fri, 31 Jan 2025 13:28:36 -0800 Subject: [PATCH] removing Sex.UNKNOWN from the docs --- docs/site/reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site/reference.md b/docs/site/reference.md index b164bdac..afaef085 100644 --- a/docs/site/reference.md +++ b/docs/site/reference.md @@ -17,7 +17,7 @@ linkage evaluation phase. The following features are supported: `SEX` -: The patient's sex (normalized to `M`, `F`, or `U` for unknown). +: The patient's sex (normalized to `M` or `F`). `RACE` @@ -91,7 +91,7 @@ patient data and used during query retrieval. The following blocking key types a `SEX` (ID: **3**) -: The patient's sex in the format of `M`, `F`, or `U` for unknown. +: The patient's sex in the format of `M` or `F`. `ZIP` (ID: **4**)