Test IG Value Set (from FHIR code system)
{
"resourceType" : "ValueSet",
"id" : "test-ig-vsint",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Test IG Value Set (from FHIR code system)</h2><div><p>Example value set for testing IG publication issues. This value set tests links back to the FHIR Specification</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href="../../../publish/codesystem-administrative-gender.html"><code>http://hl7.org/fhir/administrative-gender</code></a><table class="none"><tr><td><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="../../../publish/codesystem-administrative-gender.html#administrative-gender-male">male</a></td><td>Male</td><td>Male</td></tr><tr><td><a href="../../../publish/codesystem-administrative-gender.html#administrative-gender-female">female</a></td><td>Female</td><td>Female</td></tr><tr><td><a href="../../../publish/codesystem-administrative-gender.html#administrative-gender-unknown">unknown</a></td><td>Unknown</td><td>Unknown</td></tr></table></li></ul></div>"
},
"url" : "http://hl7.org/fhir/test/ValueSet/test-ig-vsint",
"version" : "0.1",
"name" : "Test IG Value Set (from FHIR code system)",
"status" : "draft",
"experimental" : true,
"date" : "2016-01-28",
"publisher" : "HL7 International",
"contact" : [
{
"name" : "FHIR project team",
"telecom" : [
{
"system" : "other",
"value" : "http://hl7.org/fhir"
}
]
}
],
"description" : "Example value set for testing IG publication issues. This value set tests links back to the FHIR Specification",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/administrative-gender",
"concept" : [
{
"code" : "male"
},
{
"code" : "female"
},
{
"code" : "unknown"
}
]
}
]
}
}