Cqgc Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Ferlab.bio ValueSet/organization-type - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "organization-type"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet organization-type</b></p><a name=\"organization-type\"> </a><a name=\"hcorganization-type\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-organization-type.html\"><code>http://terminology.hl7.org/CodeSystem/organization-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>French (fr)</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-organization-type.html#organization-type-prov\">prov</a></td><td>Healthcare Provider</td><td>An organization that provides healthcare services.</td><td>Prestataire de santé</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-organization-type.html#organization-type-dept\">dept</a></td><td>Hospital Department</td><td>A department or ward within a hospital (Generally is not applicable to top level organizations)</td><td>Département hospitalier</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-organization-type.html#organization-type-other\">other</a></td><td>Other</td><td>Other type of organization not already specified.</td><td>Autre</td></tr></table></li><li>Include all codes defined in <a href=\"CodeSystem-organization-type-plus.html\"><code>http://fhir.cqgc.ferlab.bio/CodeSystem/organization-type-plus</code></a></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.cqgc.ferlab.bio/ValueSet/organization-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "organization-type"] ; #
fhir:title [ fhir:v "Organization type"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2020-08-20T11:23:24-04:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Ferlab.bio"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Cqgc" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:support@ferlab.bio" ] ] )
] ) ; #
fhir:description [ fhir:v "Types of organization"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Prestataire de santé" ] ] ) ] [
fhir:code [ fhir:v "dept" ] ;
fhir:display [ fhir:v "Hospital Department" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Département hospitalier" ] ] ) ] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Autre" ] ] ) ] ) ] [
fhir:system [ fhir:v "http://fhir.cqgc.ferlab.bio/CodeSystem/organization-type-plus"^^xsd:anyURI ] ] )
] . #