This code system http://fhir.naboto.com/CodeSystem/naboto-vidcall-channel-type defines the following codes:
| Code | Display | Definition |
| visit-e | Visit-e | A video consultation service provided by public Austrian health insurances. |
| naboto | Naboto Video conference service | A video consultation service provided by Naboto Software GmbH |
"
];
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 ------------------------------------------------------------