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

FHIR IG analytics

Packageca.on.oh.setp.iar.dev
Resource TypeCodeSystem
IdCodeSystem-iar-gender-identity.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.setp.iar.dev@1.0.0-ballot1-dev&canonical=http://ontariohealth.ca/fhir/iar/CodeSystem/gender-identity
URLhttp://ontariohealth.ca/fhir/iar/CodeSystem/gender-identity
Version0.2.0
Statusactive
Date2025-12-09
NameIARGenderIdentity
Realmca
DescriptionCodes to identify gender identity.
Contentcomplete

Resources that use this resource

ValueSet
ca.on.oh.setp.iar.dev#1.0.0-ballot1-devgender-identityIAR Gender Identity
ca.on.oh.setp.iar.dev#1.0.0-ballot1-devsexIAR Sex

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "codesystemgender-identity",
  "url": "http://ontariohealth.ca/fhir/iar/CodeSystem/gender-identity",
  "version": "0.2.0",
  "name": "IARGenderIdentity",
  "status": "active",
  "date": "2025-12-09",
  "publisher": "Ontario Health",
  "description": "Codes to identify gender identity.",
  "content": "complete",
  "concept": [
    {
      "code": "F",
      "display": "Female"
    },
    {
      "code": "M",
      "display": "Male"
    },
    {
      "code": "X",
      "display": "Nonbinary"
    },
    {
      "code": "NA",
      "display": "Not asked"
    }
  ]
}