CodeSystem-reference-type-code-list
@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 "reference-type-code-list"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ReferenceType</h2><div><p>Whether/how the regimen is referenced in the NCCN Guidelines</p>\n</div><p>This code system http://nccn.org/fhir/CodeSystem/reference-type-code-list 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>a<a name=\"reference-type-code-list-a\"> </a></td><td>a</td><td>NCCN references the regimen, and the template is consistent with the NCCN reference.</td></tr><tr><td>b<a name=\"reference-type-code-list-b\"> </a></td><td>b</td><td>NCCN does not reference the regimen, but an alternative reference is included which the template follows.</td></tr><tr><td>c<a name=\"reference-type-code-list-c\"> </a></td><td>c</td><td>NCCN references the regimen, but an alternative reference is included which more closely follows current practices and which the template follows.</td></tr><tr><td>d<a name=\"reference-type-code-list-d\"> </a></td><td>d</td><td>Whether or not NCCN references the regimen, the template does not exactly follow the stated reference because of changes in the standard of practice.</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://nccn.org/fhir/CodeSystem/reference-type-code-list"];
fhir:CodeSystem.name [ fhir:value "ReferenceType"];
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 "Whether/how the regimen is referenced in the NCCN Guidelines"];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.valueSet [ fhir:value "http://nccn.org/fhir/ValueSet/reference-type-code-list"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "a" ];
fhir:CodeSystem.concept.display [ fhir:value "a" ];
fhir:CodeSystem.concept.definition [ fhir:value "NCCN references the regimen, and the template is consistent with the NCCN reference." ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "b" ];
fhir:CodeSystem.concept.display [ fhir:value "b" ];
fhir:CodeSystem.concept.definition [ fhir:value "NCCN does not reference the regimen, but an alternative reference is included which the template follows." ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "c" ];
fhir:CodeSystem.concept.display [ fhir:value "c" ];
fhir:CodeSystem.concept.definition [ fhir:value "NCCN references the regimen, but an alternative reference is included which more closely follows current practices and which the template follows." ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "d" ];
fhir:CodeSystem.concept.display [ fhir:value "d" ];
fhir:CodeSystem.concept.definition [ fhir:value "Whether or not NCCN references the regimen, the template does not exactly follow the stated reference because of changes in the standard of practice." ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.