NCCN Templates® 1.0

CodeSystem-template-relationship


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="template-relationship"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="http://nccn.org/fhir/CodeSystem/template-relationship"/>
  <name value="TemplateRelationshipType"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2017-04-14T19:53:50-04:00"/>
  <contact>
    <telecom>
      <system value="url"/>
    </telecom>
    <telecom>
      <system value="email"/>
    </telecom>
  </contact>
  <description
               value="The relationship from the current template to the related one"/>
  <caseSensitive value="true"/>
  <valueSet value="http://nccn.org/fhir/ValueSet/template-relationship"/>
  <content value="complete"/>
  <concept>
    <code value="precedes"/>
    <display value="Precedes"/>
    <definition value="This course precedes the course on the related template"/>
  </concept>
  <concept>
    <code value="may precede"/>
    <display value="May precede"/>
    <definition
                value="This course may precede the course on the related template"/>
  </concept>
  <concept>
    <code value="follows"/>
    <display value="Follows"/>
    <definition value="This course follows the course on the related template"/>
  </concept>
  <concept>
    <code value="may follow"/>
    <display value="May follow"/>
    <definition
                value="This course may follow the course on the related template"/>
  </concept>
  <concept>
    <code value="concurrent with"/>
    <display value="Concurrent with"/>
    <definition
                value="This course is given concurrent with the course on the related template"/>
  </concept>
  <concept>
    <code value="alternating with"/>
    <display value="Alternating with"/>
    <definition
                value="This course is alternated with the course on the related template"/>
  </concept>
</CodeSystem>