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 Code system for the source of the sample - 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-sample-source-cs"] ; #
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-sample-source-cs</b></p><a name=\"miabis-sample-source-cs\"> </a><a name=\"hcmiabis-sample-source-cs\"> </a><a name=\"miabis-sample-source-cs-en-US\"> </a><p>This code system <code>https://fhir.bbmri-eric.eu/CodeSystem/miabis-sample-source-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">Human<a name=\"miabis-sample-source-cs-Human\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Animal<a name=\"miabis-sample-source-cs-Animal\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Environment<a name=\"miabis-sample-source-cs-Environment\"> </a></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/CodeSystem/miabis-sample-source-cs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "SampleSourceCS"] ; #
fhir:title [ fhir:v "MIABIS Code system for the source of the sample"] ; #
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 "This Code system defines codes for the source of the sample"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "Human" ] ;
fhir:display [ fhir:v "Human" ]
] [
fhir:code [ fhir:v "Animal" ] ;
fhir:display [ fhir:v "Animal" ]
] [
fhir:code [ fhir:v "Environment" ] ;
fhir:display [ fhir:v "Environment" ]
] ) . #