PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0-snapshot3
    http://hl7.org/fhir/gender-identity
{
  "description": "This example code system defines a set of codes that can be used to indicate a individual's gender identity.",
  "_filename": "CodeSystem-gender-identity.json",
  "package_name": "hl7.fhir.r5.examples",
  "date": null,
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated": "2022-12-14T07:12:54.019+11:00"
  },
  "publisher": null,
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "content": "complete",
  "name": "GenderIdentity",
  "type": null,
  "experimental": "true",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "5.0.0-snapshot3",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "pa"
  } ],
  "status": "active",
  "id": "5851f2b6-6949-444f-bdbb-bd168a1f87c2",
  "kind": null,
  "url": "http://hl7.org/fhir/gender-identity",
  "identifier": [ {
    "value": "urn:oid:2.16.840.1.113883.4.642.4.973",
    "system": "urn:ietf:rfc:3986"
  } ],
  "concept": [ {
    "code": "non-binary",
    "display": "Non-binary",
    "definition": "the individual identifies with neither/both female and male"
  }, {
    "code": "male",
    "display": "Male",
    "definition": "the individual identifies as male"
  }, {
    "code": "female",
    "display": "Female",
    "definition": "the individual identifies as female"
  }, {
    "code": "other",
    "display": "Other",
    "definition": "other gender identity"
  }, {
    "code": "non-disclose",
    "display": "Does not wish to disclose",
    "definition": "the individual does not wish to disclose their gender identity"
  } ],
  "caseSensitive": true,
  "version": "5.0.0-snapshot3"
}