Test IG Value Set
{
"resourceType" : "ValueSet",
"id" : "test-ig-vs",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Test IG Value Set</h2><div><p>Example value set for testing IG publication issues</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <code>http://hl7.org/fhir/CodeSystem/test-ig-cs</code></li></ul></div>"
},
"url" : "http://hl7.org/fhir/test/ValueSet/test-ig-vs",
"version" : "0.1",
"name" : "Test IG Value Set",
"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",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/CodeSystem/test-ig-cs"
}
]
}
}