This page is part of the Common Data Models Harmonization FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CodeSystem",
"id" : "pcornet-birth-sex",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-birth-sex defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">A<a name=\"pcornet-birth-sex-A\"> </a></td><td>Ambiguous</td><td>Birth Sex is ambiguous.</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"pcornet-birth-sex-F\"> </a></td><td>Female</td><td>Birth Sex is female</td></tr><tr><td style=\"white-space:nowrap\">M<a name=\"pcornet-birth-sex-M\"> </a></td><td>Male</td><td>Birth Sex is male</td></tr><tr><td style=\"white-space:nowrap\">NI<a name=\"pcornet-birth-sex-NI\"> </a></td><td>No Information</td><td>There is no information about Person's Birth Sex.</td></tr><tr><td style=\"white-space:nowrap\">UN<a name=\"pcornet-birth-sex-UN\"> </a></td><td>Unknown</td><td>Person's Birth Sex is unknown.</td></tr><tr><td style=\"white-space:nowrap\">OT<a name=\"pcornet-birth-sex-OT\"> </a></td><td>Other</td><td>Birth Sex is Other.</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-birth-sex",
"version" : "1.0.0",
"name" : "PCORNetBirthSex",
"title" : "PCORNet Birth Sex Codes",
"status" : "active",
"date" : "2021-09-06",
"publisher" : "HL7 International - Biomedical Research and Regulation Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/rcrim"
}
]
}
],
"description" : "The PCORNet Birth Sex Codes contains the codes to be used by PCORNet data marts.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"copyright" : "Used by permission of HL7, all rights reserved Creative Commons License",
"caseSensitive" : true,
"content" : "complete",
"count" : 6,
"concept" : [
{
"code" : "A",
"display" : "Ambiguous",
"definition" : "Birth Sex is ambiguous."
},
{
"code" : "F",
"display" : "Female",
"definition" : "Birth Sex is female"
},
{
"code" : "M",
"display" : "Male",
"definition" : "Birth Sex is male"
},
{
"code" : "NI",
"display" : "No Information",
"definition" : "There is no information about Person's Birth Sex."
},
{
"code" : "UN",
"display" : "Unknown",
"definition" : "Person's Birth Sex is unknown."
},
{
"code" : "OT",
"display" : "Other",
"definition" : "Birth Sex is Other."
}
]
}