OpenHIE Case Reporting
0.1.0 - STU1 International flag

OpenHIE Case Reporting, published by OpenHIE. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/openhie/case-reporting and changes regularly. See the Directory of published versions

: Patient Gender - JSON Representation

Active as of 2023-02-22

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "cs-patient-gender",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://openhie.org/fhir/ImplementationGuide/openhie.fhir.casereporting/CodeSystem/cs-patient-gender</code> 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\">male<a name=\"cs-patient-gender-male\"> </a></td><td>Male</td><td>Client identifies as female</td></tr><tr><td style=\"white-space:nowrap\">female<a name=\"cs-patient-gender-female\"> </a></td><td>Female</td><td>Client identifies as male</td></tr><tr><td style=\"white-space:nowrap\">transgender<a name=\"cs-patient-gender-transgender\"> </a></td><td>Transgender</td><td>Client identifies as transgender</td></tr><tr><td style=\"white-space:nowrap\">non-binary<a name=\"cs-patient-gender-non-binary\"> </a></td><td>Non-binary</td><td>Client identifies in a non-binary way</td></tr></table></div>"
  },
  "url" : "http://openhie.org/fhir/ImplementationGuide/openhie.fhir.casereporting/CodeSystem/cs-patient-gender",
  "version" : "0.1.0",
  "name" : "PatientGender",
  "title" : "Patient Gender",
  "status" : "active",
  "date" : "2023-02-22T20:48:19+00:00",
  "publisher" : "OpenHIE",
  "contact" : [
    {
      "name" : "OpenHIE",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ohie.org"
        },
        {
          "system" : "email",
          "value" : "openhie@ohie.org"
        }
      ]
    },
    {
      "name" : "OpenHIE",
      "telecom" : [
        {
          "system" : "email",
          "value" : "openhie@ohie.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "The genders for patients",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "male",
      "display" : "Male",
      "definition" : "Client identifies as female"
    },
    {
      "code" : "female",
      "display" : "Female",
      "definition" : "Client identifies as male"
    },
    {
      "code" : "transgender",
      "display" : "Transgender",
      "definition" : "Client identifies as transgender"
    },
    {
      "code" : "non-binary",
      "display" : "Non-binary",
      "definition" : "Client identifies in a non-binary way"
    }
  ]
}