0.1.1 - ci-build
This page is part of the MatchSync Implementation Guide (v0.1.0: 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 2024-11-11 |
{
"resourceType" : "ValueSet",
"id" : "icd10-gvhd-codes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet icd10-gvhd-codes</b></p><a name=\"icd10-gvhd-codes\"> </a><a name=\"hcicd10-gvhd-codes\"> </a><a name=\"icd10-gvhd-codes-en-US\"> </a><ul><li>Include codes from<a href=\"http://terminology.hl7.org/6.0.2/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/matchsync/ValueSet/icd10-gvhd-codes",
"version" : "0.1.1",
"name" : "ICD10GVHDVS",
"title" : "GVHD ICD-10 Codes",
"status" : "draft",
"experimental" : true,
"date" : "2024-11-11T17:53:38-06:00",
"publisher" : "NMDP",
"contact" : [
{
"name" : "NMDP",
"telecom" : [
{
"system" : "url",
"value" : "http://bethematch.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"
}
]
}
]
}
}