This page is part of the Sharing Valuesets, Codes, and Maps (SVCM) (v1.5.1: Publication) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: SVCMExampleValueSet - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "svcm-example-valueset",
"meta" : {
"profile" : [
"https://profiles.ihe.net/ITI/SVCM/StructureDefinition/IHE.SVCM.ValueSet"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-svcm-example-codesystem.html\"><code>http://example.org/svcm/example</code></a></li></ul></div>"
},
"url" : "http://example.org/svcm/example-valueset",
"version" : "1.5.1",
"name" : "SVCMExampleValueSet",
"title" : "SVCM Example ValueSet",
"status" : "active",
"experimental" : true,
"date" : "2023-08-02T12:56:05-05:00",
"publisher" : "IHE IT Infrastructure Technical Committee",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://www.ihe.net/ihe_domains/it_infrastructure/"
}
]
},
{
"telecom" : [
{
"system" : "email",
"value" : "iti@ihe.net"
}
]
},
{
"name" : "IHE IT Infrastructure Technical Committee",
"telecom" : [
{
"system" : "email",
"value" : "iti@ihe.net"
}
]
}
],
"description" : "An example ValueSet for SVCM",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://example.org/svcm/example"
}
]
}
}