HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1
1.0.0 - ci-build
HL7 FHIR Implementation Guide: Example 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/Gloriamuema/CreateTest-Project/ and changes regularly. See the Directory of published versions
Draft as of 2024-09-26 |
{
"resourceType" : "ValueSet",
"id" : "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 key-population-status-value-set</b></p><a name=\"key-population-status-value-set\"> </a><a name=\"hckey-population-status-value-set\"> </a><a name=\"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-Key-Population-Status-CodeSystem.html\"><code>http://jembi.org/fhir/CodeSystem/Key-Population-Status-CodeSystem</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/key-population-status-value-set",
"version" : "1.0.0",
"name" : "KeyPopulationStatusValueSet",
"title" : "Key Population Status Value Set",
"status" : "draft",
"experimental" : false,
"date" : "2024-09-26T20:44:46+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" : "KeyPopulationStatusValueSet",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://jembi.org/fhir/CodeSystem/Key-Population-Status-CodeSystem"
},
{
"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"
}
]
}
]
}
}