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

: Sexual Orientation Codes - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "sexual-orientation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/sexual-orientation</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\">asexual<a name=\"sexual-orientation-asexual\"> </a></td><td>Asexual</td></tr><tr><td style=\"white-space:nowrap\">bisexual<a name=\"sexual-orientation-bisexual\"> </a></td><td>Bisexual</td></tr><tr><td style=\"white-space:nowrap\">heterosexual<a name=\"sexual-orientation-heterosexual\"> </a></td><td>Heterosexual</td></tr><tr><td style=\"white-space:nowrap\">homosexual<a name=\"sexual-orientation-homosexual\"> </a></td><td>Homosexual</td></tr><tr><td style=\"white-space:nowrap\">pansexual<a name=\"sexual-orientation-pansexual\"> </a></td><td>Pansexual</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"sexual-orientation-other\"> </a></td><td>Other</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"sexual-orientation-unknown\"> </a></td><td>Unknown</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/sexual-orientation",
  "version" : "8.0.0",
  "name" : "SexualOrientationCodeSystem",
  "title" : "Sexual Orientation Codes",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "Codes indicating a person's physical, romantic, and/or emotional attraction towards other people",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "asexual",
      "display" : "Asexual"
    },
    {
      "code" : "bisexual",
      "display" : "Bisexual"
    },
    {
      "code" : "heterosexual",
      "display" : "Heterosexual"
    },
    {
      "code" : "homosexual",
      "display" : "Homosexual"
    },
    {
      "code" : "pansexual",
      "display" : "Pansexual"
    },
    {
      "code" : "other",
      "display" : "Other"
    },
    {
      "code" : "unknown",
      "display" : "Unknown"
    }
  ]
}