@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:CapabilityStatement; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "cott"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2/><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td>This simple FHIR server implements only the read, vread, and history interactions for the PlanDefinition Resource. Each operation is protected via an HTTP token key that must be provided as a query parameter with each request. Please contact NCCN for requesting access to the server.</td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b>Read</b></th><th><b>V-Read</b></th><th><b>Search</b></th><th><b>Update</b></th><th><b>Updates</b></th><th><b>Create</b></th><th><b>Delete</b></th><th><b>History</b></th></tr><tr><td>PlanDefinition</td><td><a href=\"http://nccn.org/fhir/StructureDefinition/order-template\">http://nccn.org/fhir/StructureDefinition/order-template</a></td><td>y</td><td>y</td><td></td><td></td><td>y</td><td></td><td></td><td>y</td></tr></table></div>" ]; fhir:CapabilityStatement.url [ fhir:value "http://nccn.org/fhir/CapabilityStatement/cott"]; fhir:CapabilityStatement.version [ fhir:value "0.0.1"]; fhir:CapabilityStatement.title [ fhir:value "NCCN Chemotherapy Order Template Tool Conformance Statement"]; fhir:CapabilityStatement.status [ fhir:value "active"]; fhir:CapabilityStatement.experimental [ fhir:value "true"^^xsd:boolean]; fhir:CapabilityStatement.date [ fhir:value "2017-04-10"^^xsd:date]; fhir:CapabilityStatement.publisher [ fhir:value "National Comprehensive Cancer Network"]; fhir:CapabilityStatement.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://www.nccn.org/about/contact.aspx" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "+1 2156900300" ] ] ]; fhir:CapabilityStatement.kind [ fhir:value "instance"]; fhir:CapabilityStatement.software [ fhir:CapabilityStatement.software.name [ fhir:value "NCCN Chemotherapy Order Template Tool" ] ]; fhir:CapabilityStatement.fhirVersion [ fhir:value "3.0.0"]; fhir:CapabilityStatement.acceptUnknown [ fhir:value "no"]; fhir:CapabilityStatement.format [ fhir:value "xml"; fhir:index 0 ], [ fhir:value "json"; fhir:index 1 ]; fhir:CapabilityStatement.rest [ fhir:index 0; fhir:CapabilityStatement.rest.mode [ fhir:value "server" ]; fhir:CapabilityStatement.rest.documentation [ fhir:value "This simple FHIR server implements only the read, vread, and history interactions for the PlanDefinition Resource. Each operation is protected via an HTTP token key that must be provided as a query parameter with each request. Please contact NCCN for requesting access to the server." ]; fhir:CapabilityStatement.rest.security [ fhir:CapabilityStatement.rest.security.cors [ fhir:value "true"^^xsd:boolean ]; fhir:CapabilityStatement.rest.security.description [ fhir:value "This server is read-only and supports SSL (HTTPS)" ] ]; fhir:CapabilityStatement.rest.resource [ fhir:index 0; fhir:CapabilityStatement.rest.resource.type [ fhir:value "PlanDefinition" ]; fhir:CapabilityStatement.rest.resource.profile [ fhir:link <http://nccn.org/fhir/StructureDefinition/order-template>; fhir:Reference.reference [ fhir:value "http://nccn.org/fhir/StructureDefinition/order-template" ] ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ]; fhir:CapabilityStatement.rest.resource.interaction.documentation [ fhir:value "Implemented per the specification" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ]; fhir:CapabilityStatement.rest.resource.interaction.documentation [ fhir:value "Implemented per the specification" ] ], [ fhir:index 2; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.rest.resource.interaction.documentation [ fhir:value "Implemented per the specification" ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.rest.resource.interaction.documentation [ fhir:value "Implemented per the specification" ] ]; fhir:CapabilityStatement.rest.resource.versioning [ fhir:value "versioned" ]; fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "true"^^xsd:boolean ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.