FHIR IG analytics| Package | hl7.fhir.us.dapl |
| Resource Type | ValueSet |
| Id | ValueSet-dapl-birthsex-codes.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/fhir-dapl/ValueSet-dapl-birthsex-codes.html |
| URL | http://hl7.org/fhir/us/dapl/ValueSet/dapl-birthsex-codes |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-03-27 |
| Name | DAPLBirthSexCodes |
| Title | DAPL Birth Sex Codes |
| Realm | us |
| Authority | hl7 |
| Description | The Birth Sex Codes is a set of codes for identifying the birth sex of Patients. |
| StructureDefinition | ||
| hl7.fhir.us.dapl#current | dapl-birthsex-extension | DAPL Birth Sex Extension |
| CodeSystem | ||
| hl7.terminology#current | v3-AdministrativeGender | AdministrativeGender |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet dapl-birthsex-codes
version: 1; Last updated: 2026-03-27 15:52:33+0000
Profile: Shareable ValueSet
http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender version 📍4.0.0| Code | Display | Definition |
| F | Female | Female |
| M | Male | Male |
{
"resourceType": "ValueSet",
"id": "dapl-birthsex-codes",
"meta": {
"versionId": "1",
"lastUpdated": "2026-03-27T15:52:33.158+00:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cgp"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/dapl/ImplementationGuide/dapl"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/dapl/ImplementationGuide/dapl"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/dapl/ValueSet/dapl-birthsex-codes",
"version": "0.1.0",
"name": "DAPLBirthSexCodes",
"title": "DAPL Birth Sex Codes",
"status": "active",
"experimental": false,
"date": "2026-03-27",
"publisher": "HL7 International / Cross-Group Projects",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/cgp"
}
]
}
],
"description": "The Birth Sex Codes is a set of codes for identifying the birth sex of Patients.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"version": "4.0.0",
"concept": [
{
"code": "F",
"display": "Female"
},
{
"code": "M",
"display": "Male"
}
]
}
]
}
}