@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "naboto-vidcall-channel-type-vs"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "" ]; fhir:ValueSet.url [ fhir:value "http://fhir.naboto.com/ValueSet/naboto-vidcall-channel-type-vs"]; fhir:ValueSet.version [ fhir:value "0.1.4"]; fhir:ValueSet.name [ fhir:value "NabotoVidcallChannelTypeVS"]; fhir:ValueSet.title [ fhir:value "NabotoVidcallChannelType Value Set"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2022-11-03T13:30:17+00:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "Naboto Software GmbH"]; fhir:ValueSet.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:ValueSet.description [ fhir:value "Supported providers for conduction video conferences"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://fhir.naboto.com/CodeSystem/naboto-vidcall-channel-type" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------