0.2.3 - ci-build
            
          
servicewellfhirflc, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.2.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/servicewell.fhir.flc/ and changes regularly. See the Directory of published versions
| Draft as of 2025-10-29 | 
{
  "resourceType" : "CodeSystem",
  "id" : "gender-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem gender-example</b></p><a name=\"gender-example\"> </a><a name=\"hcgender-example\"> </a><p>This case-sensitive code system <code>http://puri.fhir.link/flc/CodeSystem/gender-example</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">M<a name=\"gender-example-M\"> </a></td><td>Male</td><td>A male individual.</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"gender-example-F\"> </a></td><td>Female</td><td>A female individual.</td></tr></table></div>"
  },
  "url" : "http://puri.fhir.link/flc/CodeSystem/gender-example",
  "version" : "0.2.3",
  "name" : "GenderExample",
  "title" : "Example Gender CodeSystem",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-10-29T10:20:19+00:00",
  "publisher" : "Service Well AB",
  "contact" : [
    {
      "name" : "Service Well AB",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://servicewell.se"
        }
      ]
    }
  ],
  "description" : "Example CodeSystem that defines gender values for mapping purposes.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "M",
      "display" : "Male",
      "definition" : "A male individual."
    },
    {
      "code" : "F",
      "display" : "Female",
      "definition" : "A female individual."
    }
  ]
}