Your IG Title
            
            1.0.0 - ci-build
  
            
          
Your IG Title, published by Your Organization. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/patsicko/pack_hl7fhir/ and changes regularly. See the Directory of published versions
| Active as of 2025-10-17 | 
{
  "resourceType" : "CodeSystem",
  "id" : "gender-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem gender-cs</b></p><a name=\"gender-cs\"> </a><a name=\"hcgender-cs\"> </a><p>This case-sensitive code system <code>http://your.canonical.url/fhir/CodeSystem/gender-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">male<a name=\"gender-cs-male\"> </a></td><td>Male</td></tr><tr><td style=\"white-space:nowrap\">female<a name=\"gender-cs-female\"> </a></td><td>Female</td></tr></table></div>"
  },
  "url" : "http://your.canonical.url/fhir/CodeSystem/gender-cs",
  "version" : "1.0.0",
  "name" : "genderCS",
  "title" : "Code System for Gender",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-10-17T08:59:51+00:00",
  "publisher" : "Your Organization",
  "contact" : [
    {
      "name" : "Your Organization",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://organization.url/"
        },
        {
          "system" : "email",
          "value" : "info@someorg.org"
        }
      ]
    },
    {
      "name" : "Richard Langford",
      "telecom" : [
        {
          "system" : "email",
          "value" : "richard.langford@jembi.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : " A code system for gender",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "male",
      "display" : "Male"
    },
    {
      "code" : "female",
      "display" : "Female"
    }
  ]
}