MIABIS on FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: MIABIS ContactType code system - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "miabis-contact-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem miabis-contact-type</b></p><a name=\"miabis-contact-type\"> </a><a name=\"hcmiabis-contact-type\"> </a><a name=\"miabis-contact-type-en-US\"> </a><p>This code system <code>https://fhir.bbmri-eric.eu/CodeSystem/miabis-contact-type</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">Research<a name=\"miabis-contact-type-Research\"> </a></td><td>Contact for researchers about sample and data requests</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/CodeSystem/miabis-contact-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "ContactTypeCS"] ; #
fhir:title [ fhir:v "MIABIS ContactType code system"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-05-15T13:14:34+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "BBMRI-ERIC"] ; #
fhir:contact ( [
fhir:name [ fhir:v "BBMRI-ERIC" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://bbmri-eric.eu" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@bbmri-eric.eu" ] ] )
] [
fhir:name [ fhir:v "Radovan Tomasik" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "radovan.tomasik@bbmri-eric.eu" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Contact Type of the managing person of collection or dataset"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "Research" ] ;
fhir:display [ fhir:v "Contact for researchers about sample and data requests" ]
] ) . #