HL7 FHIR Implementation Guide: Kenya Training IG Release 1 - US Realm | STU1
1.0.0 - DSTU International flag

HL7 FHIR Implementation Guide: Kenya Training IG Release 1 - US Realm | STU1, published by My 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/faithchep/fhir-ig-template/ and changes regularly. See the Directory of published versions

: Client Key Population Status - JSON Representation

Active as of 2024-09-27

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "client-key-population-status-value-set",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet client-key-population-status-value-set</b></p><a name=\"client-key-population-status-value-set\"> </a><a name=\"hcclient-key-population-status-value-set\"> </a><a name=\"client-key-population-status-value-set-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-client-key-population-status-code-system.html\"><code>http://jembi.org/fhir/CodeSystem/client-key-population-status-code-system</code></a></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/472986005\">472986005</a></td><td>Sexually active with men</td></tr><tr><td><a href=\"http://snomed.info/id/159799000\">159799000</a></td><td>Female prostitute</td></tr><tr><td><a href=\"http://snomed.info/id/159800001\">159800001</a></td><td>Male prostitute</td></tr><tr><td><a href=\"http://snomed.info/id/228388006\">228388006</a></td><td>Intravenous drug user</td></tr><tr><td><a href=\"http://snomed.info/id/417284009\">417284009</a></td><td>Current drug user</td></tr><tr><td><a href=\"http://snomed.info/id/407375002\">407375002</a></td><td>Surgically transgendered transsexual</td></tr></table></li></ul></div>"
  },
  "url" : "http://jembi.org/fhir/ValueSet/client-key-population-status-value-set",
  "version" : "1.0.0",
  "name" : "ClientKeyPopulationStatusValueSet",
  "title" : "Client Key Population Status",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-27T06:00:00+00:00",
  "publisher" : "My Organization",
  "contact" : [
    {
      "name" : "My Organization",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.com/committees"
        },
        {
          "system" : "email",
          "value" : "my-group@example.com"
        }
      ]
    },
    {
      "name" : "Bob Smith",
      "telecom" : [
        {
          "system" : "email",
          "value" : "bobsmith@example.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "A code system representing HIV key population statuses for clients",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://jembi.org/fhir/CodeSystem/client-key-population-status-code-system"
      },
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "472986005",
            "display" : "Sexually active with men"
          },
          {
            "code" : "159799000",
            "display" : "Female prostitute"
          },
          {
            "code" : "159800001",
            "display" : "Male prostitute"
          },
          {
            "code" : "228388006",
            "display" : "Intravenous drug user"
          },
          {
            "code" : "417284009",
            "display" : "Current drug user"
          },
          {
            "code" : "407375002",
            "display" : "Surgically transgendered transsexual"
          }
        ]
      }
    ]
  }
}