FLC Implementation Guide
0.2.4 - stable [WIP]
FLC Implementation Guide, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.2.4 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/flc.fhir.base/ and changes regularly. See the Directory of published versions
| Draft as of 2025-12-01 |
{
"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-12-01T13:03:56+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"
}
]
}
}