0.1.4 - draft
NabotoImplementationGuide - Local Development build (v0.1.4). See the Directory of published versions
Raw ttl | Download
@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 "naboto-vidcall-channel-type"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://fhir.naboto.com/CodeSystem/naboto-vidcall-channel-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">visit-e<a name=\"naboto-vidcall-channel-type-visit-e\"> </a></td><td>Visit-e</td><td>A video consultation service provided by public Austrian health insurances.</td></tr><tr><td style=\"white-space:nowrap\">naboto<a name=\"naboto-vidcall-channel-type-naboto\"> </a></td><td>Naboto Video conference service</td><td>A video consultation service provided by Naboto Software GmbH</td></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://fhir.naboto.com/CodeSystem/naboto-vidcall-channel-type"]; fhir:CodeSystem.version [ fhir:value "0.1.4"]; fhir:CodeSystem.name [ fhir:value "NabotoVidcallChannelType"]; fhir:CodeSystem.title [ fhir:value "NabotoVidcallChannelType Code System"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2022-11-03T13:30:17+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "Naboto Software GmbH"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Naboto Software GmbH" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://naboto.com" ] ] ]; fhir:CodeSystem.description [ fhir:value "Supported providers for conduction video conferences"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.count [ fhir:value "2"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "visit-e" ]; fhir:CodeSystem.concept.display [ fhir:value "Visit-e" ]; fhir:CodeSystem.concept.definition [ fhir:value "A video consultation service provided by public Austrian health insurances." ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "naboto" ]; fhir:CodeSystem.concept.display [ fhir:value "Naboto Video conference service" ]; fhir:CodeSystem.concept.definition [ fhir:value "A video consultation service provided by Naboto Software GmbH" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.