From 8db49dac01910a48e6eefad1e20f4fdf9be0f004 Mon Sep 17 00:00:00 2001 From: Akim Khalitov Date: Thu, 27 Aug 2026 16:01:32 +0400 Subject: [PATCH] docs(data-integration): list all four sex codes The binding is required and we showed two of four. Links the bound value set rather than the extension, so the codes are visible. --- docs/data-integration/uscdi/patient-demographics.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/data-integration/uscdi/patient-demographics.md b/docs/data-integration/uscdi/patient-demographics.md index 9bcef4c..ba3896c 100644 --- a/docs/data-integration/uscdi/patient-demographics.md +++ b/docs/data-integration/uscdi/patient-demographics.md @@ -64,7 +64,7 @@ patients.csv Data template with example rows | Column | Required | Format / values | Example | |---|---|---|---| | `gender` | Yes | `male`, `female`, `other`, `unknown` [AdministrativeGender](https://healthsamurai.github.io/fhir-valueset-viewer/#url=http://hl7.org/fhir/ValueSet/administrative-gender) | `female` | -| `sex` | Recommended | `248152002` Female, `248153007` Male [US Core Sex](https://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-sex.html) | `248152002` | +| `sex` | Recommended | `248152002` Female, `248153007` Male, `184115007` unknown, `asked-declined` [US Core Sex](https://healthsamurai.github.io/fhir-valueset-viewer/#url=http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1240.3) | `248152002` | | `birth_date` | Recommended | YYYY-MM-DD | `1957-03-11` | | `deceased_date` | If applicable | datetime | | | `race_omb_code` | Recommended | `2106-3` White, `2054-5` Black or African American, `2028-9` Asian, `1002-5` American Indian or Alaska Native, `2076-8` Native Hawaiian or Other Pacific Islander; `;`-separated [OMB race categories](https://healthsamurai.github.io/fhir-valueset-viewer/#url=http://hl7.org/fhir/us/core/ValueSet/omb-race-category) | `2106-3` | @@ -74,6 +74,8 @@ patients.csv Data template with example rows | `tribal_affiliation_code` | Recommended | tribal-entity code [TribalEntityUS](https://healthsamurai.github.io/fhir-valueset-viewer/#url=http://terminology.hl7.org/ValueSet/v3-TribalEntityUS) | | | `preferred_language` | Recommended | BCP 47 [simple-language](https://healthsamurai.github.io/fhir-valueset-viewer/#url=http://hl7.org/fhir/us/core/ValueSet/simple-language) | `en` | +- `gender` and `sex` are different elements with different bindings: `gender` carries administrative gender as text, `sex` a SNOMED CT code, and the `sex` binding is required. + ### Address and contact | Column | Required | Format / values | Example |