CodeSystem-template-relationship
{
"resourceType" : "CodeSystem",
"id" : "template-relationship",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>TemplateRelationshipType</h2><div><p>The relationship from the current template to the related one</p>
</div><p>This code system http://nccn.org/fhir/CodeSystem/template-relationship defines the following codes:</p><table class="codes"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>precedes<a name="template-relationship-precedes"> </a></td><td>Precedes</td><td>This course precedes the course on the related template</td></tr><tr><td>may precede<a name="template-relationship-mayprecede"> </a></td><td>May precede</td><td>This course may precede the course on the related template</td></tr><tr><td>follows<a name="template-relationship-follows"> </a></td><td>Follows</td><td>This course follows the course on the related template</td></tr><tr><td>may follow<a name="template-relationship-mayfollow"> </a></td><td>May follow</td><td>This course may follow the course on the related template</td></tr><tr><td>concurrent with<a name="template-relationship-concurrentwith"> </a></td><td>Concurrent with</td><td>This course is given concurrent with the course on the related template</td></tr><tr><td>alternating with<a name="template-relationship-alternatingwith"> </a></td><td>Alternating with</td><td>This course is alternated with the course on the related template</td></tr></table></div>"
},
"url" : "http://nccn.org/fhir/CodeSystem/template-relationship",
"name" : "TemplateRelationshipType",
"status" : "draft",
"experimental" : false,
"date" : "2017-04-14T19:53:50-04:00",
"contact" : [
{
"telecom" : [
{
"system" : "url"
},
{
"system" : "email"
}
]
}
],
"description" : "The relationship from the current template to the related one",
"caseSensitive" : true,
"valueSet" : "http://nccn.org/fhir/ValueSet/template-relationship",
"content" : "complete",
"concept" : [
{
"code" : "precedes",
"display" : "Precedes",
"definition" : "This course precedes the course on the related template"
},
{
"code" : "may precede",
"display" : "May precede",
"definition" : "This course may precede the course on the related template"
},
{
"code" : "follows",
"display" : "Follows",
"definition" : "This course follows the course on the related template"
},
{
"code" : "may follow",
"display" : "May follow",
"definition" : "This course may follow the course on the related template"
},
{
"code" : "concurrent with",
"display" : "Concurrent with",
"definition" : "This course is given concurrent with the course on the related template"
},
{
"code" : "alternating with",
"display" : "Alternating with",
"definition" : "This course is alternated with the course on the related template"
}
]
}