LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Sex Assigned At Birth Codes - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "sex-assigned-at-birth",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/sex-assigned-at-birth</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">female<a name=\"sex-assigned-at-birth-female\"> </a></td><td>Female</td></tr><tr><td style=\"white-space:nowrap\">intersex<a name=\"sex-assigned-at-birth-intersex\"> </a></td><td>Intersex</td></tr><tr><td style=\"white-space:nowrap\">male<a name=\"sex-assigned-at-birth-male\"> </a></td><td>Male</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"sex-assigned-at-birth-other\"> </a></td><td>Other</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"sex-assigned-at-birth-unknown\"> </a></td><td>Unknown</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/sex-assigned-at-birth",
  "version" : "8.0.0",
  "name" : "SexAssignedAtBirthCodeSystem",
  "title" : "Sex Assigned At Birth Codes",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "Sex assigned at birth based on observation by a physician.  Also called phenotype, or how the genes were expressed, based on the observation of the doctor. This assignment may not match the gender Identity of the person, which will not be known until the newborn is older.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "female",
      "display" : "Female"
    },
    {
      "code" : "intersex",
      "display" : "Intersex"
    },
    {
      "code" : "male",
      "display" : "Male"
    },
    {
      "code" : "other",
      "display" : "Other"
    },
    {
      "code" : "unknown",
      "display" : "Unknown"
    }
  ]
}