Your User Friendly Name for MyIG Here
0.2.0 - CI Build
Your User Friendly Name for MyIG Here, published by HL7 International - [Some] Work Group. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/sample-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "ValueSet",
"id" : "valueset-fake",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ValueSet valueset-fake</b></p><a name=\"valueset-fake\"> </a><a name=\"hcvalueset-fake\"> </a><a name=\"valueset-fake-en\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-cs-fake.html\"><code>http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake</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=\"CodeSystem-cs-fake.html#cs-fake-01\">01</a></td><td>VS1</td></tr></table></li></ul></div><div xml:lang=\"de\" lang=\"de\"><hr/><p><b>German</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ValueSet valueset-fake</b></p><a name=\"valueset-fake\"> </a><a name=\"hcvalueset-fake\"> </a><a name=\"valueset-fake-de\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-cs-fake.html\"><code>http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake</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=\"CodeSystem-cs-fake.html#cs-fake-01\">01</a></td><td>VS1</td></tr></table></li></ul></div><div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ValueSet valueset-fake</b></p><a name=\"valueset-fake\"> </a><a name=\"hcvalueset-fake\"> </a><a name=\"valueset-fake-fr\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-cs-fake.html\"><code>http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake</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=\"CodeSystem-cs-fake.html#cs-fake-01\">01</a></td><td>VS1</td></tr></table></li></ul></div></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative",
"_valueCode" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://somewhere.org/fhir/uv/myig/ImplementationGuide/example.fhir.uv.myig"
}
]
}
}
],
"url" : "http://somewhere.org/fhir/uv/myig/ValueSet/valueset-fake",
"version" : "0.2.0",
"name" : "ValueSetFake",
"title" : "ValueSet fake",
"status" : "draft",
"experimental" : true,
"date" : "2015-06-22",
"publisher" : "HL7 International - [Some] Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/[something]"
}
]
}
],
"description" : "A fake value",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake",
"concept" : [
{
"code" : "01",
"display" : "VS1",
"designation" : [
{
"value" : "VS2"
}
]
}
]
}
]
}
}