LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Gender Identity Value Set - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "gender-identity",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-gender-identity.html\"><code>http://linuxforhealth.org/fhir/cdm/CodeSystem/gender-identity</code></a></li></ul></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/ValueSet/gender-identity",
"version" : "8.0.0",
"name" : "GenderIdentityValueSet",
"title" : "Gender Identity Value Set",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Typically, gender identity codes are described in terms of masculinity and femininity. Gender identity is a social construct that varies, both across different cultures and over time. This value is often used for identity purposes, and should be collected directly from the patient.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/gender-identity"
}
]
}
}