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 Code System - 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:CodeSystem ;
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 case-sensitive code system <code>http://vanna.health/fhir/CodeSystem/organization-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">center<a name=\"organization-type-center\"> </a></td><td>Center</td><td>A Vanna Center. Example: Vanna Philadelphia</td></tr><tr><td style=\"white-space:nowrap\">client<a name=\"organization-type-client\"> </a></td><td>Client</td><td>A Vanna Client. Maps 1:1 with Project (aka tenant). Examples: Emilio, AZ Blue.</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://vanna.health/fhir/CodeSystem/organization-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.2"] ; #
fhir:name [ fhir:v "VannaOrganizationTypeCodeSystem"] ; #
fhir:title [ fhir:v "Vanna Communication Category Code System"] ; #
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 "A local code system defined within the context of the Vanna IG to hold custom org types."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "center" ] ;
fhir:display [ fhir:v "Center" ] ;
fhir:definition [ fhir:v "A Vanna Center. Example: Vanna Philadelphia" ]
] [
fhir:code [ fhir:v "client" ] ;
fhir:display [ fhir:v "Client" ] ;
fhir:definition [ fhir:v "A Vanna Client. Maps 1:1 with Project (aka tenant). Examples: Emilio, AZ Blue." ]
] ) . #