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" : "presence-valueset",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet presence-valueset</b></p><a name=\"presence-valueset\"> </a><a name=\"hcpresence-valueset\"> </a><a name=\"presence-valueset-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/LA9633-4/\">LA9633-4</a></td><td>Present</td></tr><tr><td><a href=\"https://loinc.org/LA9634-2/\">LA9634-2</a></td><td>Absent</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://snomed.info/id/52101004\">52101004</a></td><td>Present</td></tr><tr><td><a href=\"http://snomed.info/id/2667000\">2667000</a></td><td>Absent</td></tr></table></li></ul></div>"
},
"url" : "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/presence-valueset",
"version" : "0.1.8",
"name" : "PresenceValueSet",
"title" : "Presence Answer List",
"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" : "Permissible values for presence",
"compose" : {
"include" : [
{
"system" : "http://loinc.org",
"concept" : [
{
"code" : "LA9633-4",
"display" : "Present"
},
{
"code" : "LA9634-2",
"display" : "Absent"
}
]
},
{
"system" : "http://snomed.info/sct",
"concept" : [
{
"code" : "52101004",
"display" : "Present"
},
{
"code" : "2667000",
"display" : "Absent"
}
]
}
]
}
}