CIBMTR Reporting Implementation Guide
0.1.8 - Trial Use 1
This page is part of the CIBMTR Reporting Implementation Guide (v0.1.8: Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Draft as of 2025-02-18 |
{
"resourceType" : "ValueSet",
"id" : "gvhd-icd10-codes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet gvhd-icd10-codes</b></p><a name=\"gvhd-icd10-codes\"> </a><a name=\"hcgvhd-icd10-codes\"> </a><a name=\"gvhd-icd10-codes-en-US\"> </a><ul><li>Include codes from<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-icd10CM.html\"><code>http://hl7.org/fhir/sid/icd-10-cm</code></a> where concept is-a D89.81 (Graft-versus-host disease)</li></ul></div>"
},
"url" : "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/gvhd-icd10-codes",
"version" : "0.1.8",
"name" : "GVHDICD10VS",
"title" : "GVHD ICD-10 Codes",
"status" : "draft",
"experimental" : true,
"date" : "2025-02-18T16:25:42-06:00",
"publisher" : "The Medical College of Wisconsin, Inc. and the National Marrow Donor Program",
"contact" : [
{
"name" : "The Medical College of Wisconsin, Inc. and the National Marrow Donor Program",
"telecom" : [
{
"system" : "url",
"value" : "http://www.cibmtr.org"
}
]
},
{
"name" : "Bob Milius",
"telecom" : [
{
"system" : "email",
"value" : "bmilius@nmdp.org"
}
]
}
],
"description" : "GVHD ICD-10 Codes",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10-cm",
"filter" : [
{
"property" : "concept",
"op" : "is-a",
"value" : "D89.81"
}
]
}
]
}
}