@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "template-relationship"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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>\n</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>" ]; fhir:CodeSystem.url [ fhir:value "http://nccn.org/fhir/CodeSystem/template-relationship"]; fhir:CodeSystem.name [ fhir:value "TemplateRelationshipType"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2017-04-14T19:53:50-04:00"^^xsd:dateTime]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "email" ] ] ]; fhir:CodeSystem.description [ fhir:value "The relationship from the current template to the related one"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://nccn.org/fhir/ValueSet/template-relationship"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "precedes" ]; fhir:CodeSystem.concept.display [ fhir:value "Precedes" ]; fhir:CodeSystem.concept.definition [ fhir:value "This course precedes the course on the related template" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "may precede" ]; fhir:CodeSystem.concept.display [ fhir:value "May precede" ]; fhir:CodeSystem.concept.definition [ fhir:value "This course may precede the course on the related template" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "follows" ]; fhir:CodeSystem.concept.display [ fhir:value "Follows" ]; fhir:CodeSystem.concept.definition [ fhir:value "This course follows the course on the related template" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "may follow" ]; fhir:CodeSystem.concept.display [ fhir:value "May follow" ]; fhir:CodeSystem.concept.definition [ fhir:value "This course may follow the course on the related template" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "concurrent with" ]; fhir:CodeSystem.concept.display [ fhir:value "Concurrent with" ]; fhir:CodeSystem.concept.definition [ fhir:value "This course is given concurrent with the course on the related template" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "alternating with" ]; fhir:CodeSystem.concept.display [ fhir:value "Alternating with" ]; fhir:CodeSystem.concept.definition [ fhir:value "This course is alternated with the course on the related template" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.