Vanna Health IG - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Vanna Communication Category ValueSet - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-organization-type.html\">Organization type</a></li><li>Include all codes defined in <a href=\"CodeSystem-organization-type.html\"><code>http://vanna.health/fhir/CodeSystem/organization-type</code></a></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://vanna.health/fhir/ValueSet/organization-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.2"] ; #
fhir:name [ fhir:v "VannaOrganizationTypeValueSet"] ; #
fhir:title [ fhir:v "Vanna Communication Category ValueSet"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2024-05-03T17:27:25+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Vanna Health Engineering"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Vanna Health Engineering" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://vanna.health" ] ] )
] ) ; #
fhir:description [ fhir:v "Expansion of OrganizationType to include Client, Center, etc."] ; #
fhir:compose [
( fhir:include [
( fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/organization-type"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/organization-type> ] ) ] [
fhir:system [ fhir:v "http://vanna.health/fhir/CodeSystem/organization-type"^^xsd:anyURI ] ] )
] . #