FLC Implementation Guide
0.2.4 - stable [WIP]
This page is part of the FLC Implementation Guide (v0.2.4: Pre-Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
| Draft as of 2025-11-26 |
{
"resourceType" : "ValueSet",
"id" : "gender-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet gender-example</b></p><a name=\"gender-example\"> </a><a name=\"hcgender-example\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-gender-example.html\"><code>http://canonical.fhir.link/flc/base/CodeSystem/gender-example</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version 📦0.2.4</span></li></ul></div>"
},
"url" : "http://canonical.fhir.link/flc/base/ValueSet/gender-example",
"version" : "0.2.4",
"name" : "GenderExampleVS",
"title" : "All Codes from Example Gender CodeSystem",
"status" : "draft",
"experimental" : true,
"date" : "2025-11-26T09:03:14+00:00",
"publisher" : "Service Well AB",
"contact" : [
{
"name" : "Service Well AB",
"telecom" : [
{
"system" : "url",
"value" : "https://servicewell.se"
}
]
}
],
"description" : "Example ValueSet that defines gender values for mapping purposes.",
"compose" : {
"include" : [
{
"system" : "http://canonical.fhir.link/flc/base/CodeSystem/gender-example"
}
]
}
}