Draft preBallot - This specification is under preBallot review and subject to change. It should not be used for implementation purposes. . . . . For a full list of available versions, see the Directory of published versions
recordedGenderCode
Link to ValueSet
This link will take you to this ValueSet on Simplifier.
Canonical URL
https://fhir.infoway-inforoute.ca/ValueSet/recordedgender
Resource content
The views below provide an HTML rendered, XML and JSON look at this ValueSet:
ValueSet 'RecordedGenderValueSet'
Published by | Canada Health Infoway |
Status | Draft (since 2025-03-31) |
Experimental | False |
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.
Contact Information
Website: http://www.infoway-inforoute.c...
Email: standards@infoway-inforoute.ca
This value set includes codes from the following code systems:
<ValueSet xmlns="http://hl7.org/fhir"> <id value="recorded-gender-vs" /> <url value="https://fhir.infoway-inforoute.ca/ValueSet/recordedgender" /> <name value="RecordedGenderValueSet" /> <title value="Recorded Gender Value Set" /> <status value="draft" /> <experimental value="false" /> <date value="2025-03-31" /> <publisher value="Canada Health Infoway" /> <contact> <telecom> <system value="url" /> <value value="http://www.infoway-inforoute.ca" /> </telecom> <telecom> <system value="email" /> <value value="standards@infoway-inforoute.ca" /> </telecom> </contact> <description value="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)." /> <jurisdiction> <coding> <system value="urn:iso:std:iso:3166" /> <code value="CA" /> </coding> </jurisdiction> <copyright value="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)." /> <compose> <include> <system value="http://loinc.org" /> <concept> <code value="LA13504-8" /> <display value="F" /> </concept> <concept> <code value="LA15170-6" /> <display value="M" /> </concept> <concept> <code value="LA32969-0" /> <display value="X" /> </concept> </include> <include> <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> <concept> <code value="UNK" /> <display value="Unknown" /> </concept> <concept> <code value="NI" /> <display value="No Information" /> </concept> </include> </compose> </ValueSet>
{ "resourceType": "ValueSet", "id": "recorded-gender-vs", "url": "https://fhir.infoway-inforoute.ca/ValueSet/recordedgender", "name": "RecordedGenderValueSet", "title": "Recorded Gender Value Set", "status": "draft", "experimental": false, "date": "2025-03-31", "publisher": "Canada Health Infoway", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.infoway-inforoute.ca" }, { "system": "email", "value": "standards@infoway-inforoute.ca" } ] } ], "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).", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "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).", "compose": { "include": [ { "system": "http://loinc.org", "concept": [ { "code": "LA13504-8", "display": "F" }, { "code": "LA15170-6", "display": "M" }, { "code": "LA32969-0", "display": "X" } ] }, { "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", "concept": [ { "code": "UNK", "display": "Unknown" }, { "code": "NI", "display": "No Information" } ] } ] } }