FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeValueSet
IdValueSet-gender-used-value-vs.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.core@1.1.0-dft-preballot&canonical=https://fhir.infoway-inforoute.ca/ValueSet/genderusedvaluecode
URLhttps://fhir.infoway-inforoute.ca/ValueSet/genderusedvaluecode
Statusactive
Date2025-03-31
NameGenderUsedValueSet
TitleGender Used Value Set
Realmca
Authoritynational
DescriptionThe scope of this subset is to represent genders as used in healthcare data systems. This includes commonly used gender identities for administrative and clinical purposes. This resource is an informative value set; a normative subset containing the expanded values can be found on Canada Health Infoway's [Terminology Server](https://infocentral.infoway-inforoute.ca/en/tools/standards-tools/terminology-server).
CopyrightCopyright © 2025+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy).

Resources that use this resource

StructureDefinition
genderUsedGender Used

Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG
v3-NullFlavorNullFlavor

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "GenderUsedValueSet",
  "id": "gender-used-value-vs",
  "title": "Gender Used Value Set",
  "description": "The scope of this subset is to represent genders as used in healthcare data systems. This includes commonly used gender identities for administrative and clinical purposes. This resource is an informative value set; a normative subset containing the expanded values can be found on Canada Health Infoway's [Terminology Server](https://infocentral.infoway-inforoute.ca/en/tools/standards-tools/terminology-server).",
  "url": "https://fhir.infoway-inforoute.ca/ValueSet/genderusedvaluecode",
  "experimental": false,
  "publisher": "Canada Health Infoway",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "CA",
          "system": "urn:iso:std:iso:3166"
        }
      ]
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.infoway-inforoute.ca"
        },
        {
          "system": "email",
          "value": "standards@infoway-inforoute.ca"
        }
      ]
    }
  ],
  "copyright": "Copyright © 2025+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy).",
  "date": "2025-03-31",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "446141000124107",
            "display": "Woman / Girl"
          },
          {
            "code": "446151000124109",
            "display": "Man / Boy"
          },
          {
            "code": "33791000087105",
            "display": "Nonbinary"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "UNK",
            "display": "Unknown"
          },
          {
            "code": "NI",
            "display": "No Information"
          }
        ]
      }
    ]
  }
}