Retrieval of Real World Data for Clinical Research, published by HL7 International - Biomedical Research & Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/vulcan-rwd/ and changes regularly. See the Directory of published versions
: Diabetes Example Dialysis Test Codes - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "ExampleDialysisProcedureCodes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 108241001 (Dialysis procedure)</li></ul></div>"
},
"url" : "http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleDialysisProcedureCodes",
"version" : "1.0.0",
"name" : "ExampleDialysisProcedureCodes",
"title" : "Diabetes Example Dialysis Test Codes",
"status" : "active",
"experimental" : true,
"date" : "2023-05-09T16:50:27+00:00",
"publisher" : "HL7 International - Biomedical Research & Regulation Work Group",
"contact" : [
{
"name" : "HL7 International - Biomedical Research & Regulation Work Group",
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/rcrim"
}
]
}
],
"description" : "An example value set of SNOMED codes representing dialysis procedures.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
"compose" : {
"include" : [
{
"system" : "http://snomed.info/sct",
"filter" : [
{
"property" : "concept",
"op" : "is-a",
"value" : "108241001"
}
]
}
]
}
}