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
Active as of 2024-11-11 |
{
"resourceType" : "CodeSystem",
"id" : "nmdp-transplant-timeline-cs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem nmdp-transplant-timeline-cs</b></p><a name=\"nmdp-transplant-timeline-cs\"> </a><a name=\"hcnmdp-transplant-timeline-cs\"> </a><a name=\"nmdp-transplant-timeline-cs-en-US\"> </a><p>This case-sensitive code system <code>http://terminology.nmdp.org/codesystem/transplanttimeline</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\"><4w<a name=\"nmdp-transplant-timeline-cs-.604w\"> </a></td><td>Less than 4 weeks</td></tr><tr><td style=\"white-space:nowrap\">4-6w<a name=\"nmdp-transplant-timeline-cs-4-6w\"> </a></td><td>Between 4-6 weeks</td></tr><tr><td style=\"white-space:nowrap\">7-12w<a name=\"nmdp-transplant-timeline-cs-7-12w\"> </a></td><td>Between 7-12 weeks</td></tr><tr><td style=\"white-space:nowrap\">12w-6m<a name=\"nmdp-transplant-timeline-cs-12w-6m\"> </a></td><td>Over 12 weeks - up to 6 months</td></tr><tr><td style=\"white-space:nowrap\">>6m<a name=\"nmdp-transplant-timeline-cs-.626m\"> </a></td><td>Greater than 6 months</td></tr><tr><td style=\"white-space:nowrap\">NA<a name=\"nmdp-transplant-timeline-cs-NA\"> </a></td><td>N/A : MUD Transplant not preferred treatment</td></tr><tr><td style=\"white-space:nowrap\">P<a name=\"nmdp-transplant-timeline-cs-P\"> </a></td><td>Pending, Case manager to follow up</td></tr></table></div>"
},
"url" : "http://terminology.nmdp.org/codesystem/transplanttimeline",
"version" : "0.1.1",
"name" : "NMDPTransplantTimelineCS",
"title" : "NMDP Transplant Timeline Code System",
"status" : "active",
"experimental" : true,
"date" : "2024-11-11T17:53:38-06:00",
"publisher" : "NMDP",
"contact" : [
{
"name" : "NMDP",
"telecom" : [
{
"system" : "url",
"value" : "http://bethematch.org"
}
]
}
],
"description" : "Code System for NMDP transplant timeline",
"copyright" : "National Marrow Donor Program",
"caseSensitive" : true,
"content" : "complete",
"count" : 7,
"concept" : [
{
"code" : "<4w",
"display" : "Less than 4 weeks"
},
{
"code" : "4-6w",
"display" : "Between 4-6 weeks"
},
{
"code" : "7-12w",
"display" : "Between 7-12 weeks"
},
{
"code" : "12w-6m",
"display" : "Over 12 weeks - up to 6 months"
},
{
"code" : ">6m",
"display" : "Greater than 6 months"
},
{
"code" : "NA",
"display" : "N/A : MUD Transplant not preferred treatment"
},
{
"code" : "P",
"display" : "Pending, Case manager to follow up"
}
]
}