FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/gender-identity

Packageca.on.oh.mha.pds
Resource TypeValueSet
Idgender-identity
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha.pds@2.0.0-alpha-preview-0.1&canonical=http://ontariohealth.ca/fhir/ValueSet/gender-identity
URLhttp://ontariohealth.ca/fhir/ValueSet/gender-identity
Version1.0.0
Statusdraft
NameGenderIdentity
TitleGender Identity
Realmca
Authoritynational
DescriptionThe socially prescribed roles, attributes and behaviors which best describe client's gender.

Resources that use this resource

StructureDefinition
ca-on-profile-observation-gender-identityMHA Observation-GenderIdentity Profile
ca-on-profile-Observation-gender-identityMHA Observation-GenderIdentity Profile

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "gender-identity",
  "url": "http://ontariohealth.ca/fhir/ValueSet/gender-identity",
  "version": "1.0.0",
  "name": "GenderIdentity",
  "title": "Gender Identity",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "The socially prescribed roles, attributes and behaviors which best describe client's gender.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "446151000124109",
            "display": "Man"
          },
          {
            "code": "446141000124107",
            "display": "Woman"
          },
          {
            "code": "33791000087105",
            "display": "Nonbinary gender identity"
          },
          {
            "code": "51381000087109",
            "display": "Gender-fluid"
          },
          {
            "code": "33801000087109",
            "display": "Two Spirit gender identity"
          },
          {
            "code": "64957009",
            "display": "Uncertain"
          }
        ]
      }
    ]
  }
}