@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 "schedule-constraint"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ScheduleConstraint</h2><div><p>A coded schedule for the applicability of an action</p>\n</div><p>This code system http://nccn.org/fhir/CodeSystem/schedule-constraint 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>odd cycles<a name=\"schedule-constraint-oddcycles\"> </a></td><td>Odd cycles</td><td/></tr><tr><td>even cycles<a name=\"schedule-constraint-evencycles\"> </a></td><td>Even cycles</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://nccn.org/fhir/CodeSystem/schedule-constraint"]; fhir:CodeSystem.name [ fhir:value "ScheduleConstraint"]; 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 "A coded schedule for the applicability of an action"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://nccn.org/fhir/ValueSet/schedule-constraint"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "odd cycles" ]; fhir:CodeSystem.concept.display [ fhir:value "Odd cycles" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "even cycles" ]; fhir:CodeSystem.concept.display [ fhir:value "Even cycles" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.