HIV Case-reporting for Vietnam - candidate draft
0.1.0-test - CI Build

HIV Case-reporting for Vietnam - candidate draft - Local Development build (v0.1.0-test). See the Directory of published versions

: Patient Gender Identity - JSON Representation

Active as of 2022-03-29

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "cs-patient-gender-identity",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://openhie.org/fhir/openhie.vn.case-reporting.hiv/CodeSystem/cs-patient-gender-identity 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\">transgender-to-female<a name=\"cs-patient-gender-identity-transgender-to-female\"> </a></td><td>Transgender female</td><td>Client identifies as transgender male-to-female</td></tr><tr><td style=\"white-space:nowrap\">transgender-to-male<a name=\"cs-patient-gender-identity-transgender-to-male\"> </a></td><td>Transgender male</td><td>Client identifies as transgender female-to-male</td></tr><tr><td style=\"white-space:nowrap\">non-binary<a name=\"cs-patient-gender-identity-non-binary\"> </a></td><td>Non-binary</td><td>Client identifies with neither/both female and male</td></tr><tr><td style=\"white-space:nowrap\">male<a name=\"cs-patient-gender-identity-male\"> </a></td><td>Male</td><td>Client identifies as male</td></tr><tr><td style=\"white-space:nowrap\">female<a name=\"cs-patient-gender-identity-female\"> </a></td><td>Female</td><td>Client identifies as female</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"cs-patient-gender-identity-other\"> </a></td><td>Other</td><td>Other gender identity</td></tr><tr><td style=\"white-space:nowrap\">not-disclosed<a name=\"cs-patient-gender-identity-not-disclosed\"> </a></td><td>Does not wish to disclose</td><td>Client does not wish to disclose gender identity</td></tr></table></div>"
  },
  "url" : "http://openhie.org/fhir/openhie.vn.case-reporting.hiv/CodeSystem/cs-patient-gender-identity",
  "version" : "0.1.0-test",
  "name" : "CSPatientGenderIdentity",
  "title" : "Patient Gender Identity",
  "status" : "active",
  "date" : "2022-03-29T15:31:44+00:00",
  "publisher" : "OpenHIE",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ohie.org"
        }
      ]
    }
  ],
  "description" : "A list of genders that the patient may identify with",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "transgender-to-female",
      "display" : "Transgender female",
      "definition" : "Client identifies as transgender male-to-female"
    },
    {
      "code" : "transgender-to-male",
      "display" : "Transgender male",
      "definition" : "Client identifies as transgender female-to-male"
    },
    {
      "code" : "non-binary",
      "display" : "Non-binary",
      "definition" : "Client identifies with neither/both female and male"
    },
    {
      "code" : "male",
      "display" : "Male",
      "definition" : "Client identifies as male"
    },
    {
      "code" : "female",
      "display" : "Female",
      "definition" : "Client identifies as female"
    },
    {
      "code" : "other",
      "display" : "Other",
      "definition" : "Other gender identity"
    },
    {
      "code" : "not-disclosed",
      "display" : "Does not wish to disclose",
      "definition" : "Client does not wish to disclose gender identity"
    }
  ]
}