Vanna Health IG
0.0.2 - ci-build

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

Draft as of 2024-05-03

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 "communication-category"] ; # 
  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/communication-category</code> defines the following code:</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\">team-meeting<a name=\"communication-category-team-meeting\"> </a></td><td>Team Meeting</td><td>Category for notes generated by the daily Team Meeting</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://vanna.health/fhir/CodeSystem/communication-category"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.2"] ; # 
  fhir:name [ fhir:v "VannaCommunicationCategoryCodeSystem"] ; # 
  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 categories referenced by Communication."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "team-meeting" ] ;
fhir:display [ fhir:v "Team Meeting" ] ;
fhir:definition [ fhir:v "Category for notes generated by the daily Team Meeting" ]
  ] ) . #