Your IG Title
1.0.0 - ci-build International flag

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

: Gender ValueSet - JSON Representation

Active as of 2025-10-17

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "Gender-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet Gender-vs</b></p><a name=\"Gender-vs\"> </a><a name=\"hcGender-vs\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-gender-cs.html\"><code>http://your.canonical.url/fhir/CodeSystem/gender-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;1.0.0</span></li></ul></div>"
  },
  "url" : "http://your.canonical.url/fhir/ValueSet/Gender-vs",
  "version" : "1.0.0",
  "name" : "GenderVS",
  "title" : "Gender ValueSet",
  "status" : "active",
  "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" : "ValueSet for Gender",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://your.canonical.url/fhir/CodeSystem/gender-cs"
      }
    ]
  }
}