v2+ Vocabulary
0.3.0 - Working Draft to present the concept ideas (FO)

v2+ Vocabulary - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Property - TTL Representation

Active as of 2025-08-05

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 "Property"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Define a CS for the content of properties</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property"^^xsd:anyURI] ; # 
  fhir:name [ fhir:v "Property"] ; # 
  fhir:title [ fhir:v "Property"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-08-05T15:14:51+02:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "List of all possible properties that are used"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "chapter" ] ;
fhir:display [ fhir:v "chapter" ]
  ] [
fhir:code [ fhir:v "class" ] ;
fhir:display [ fhir:v "class" ]
  ] [
fhir:code [ fhir:v "country" ] ;
fhir:display [ fhir:v "country" ]
  ] [
fhir:code [ fhir:v "event" ] ;
fhir:display [ fhir:v "event" ]
  ] [
fhir:code [ fhir:v "livingTogether" ] ;
fhir:display [ fhir:v "living together" ]
  ] [
fhir:code [ fhir:v "married" ] ;
fhir:display [ fhir:v "married" ]
  ] [
fhir:code [ fhir:v "modified" ] ;
fhir:display [ fhir:v "modified" ]
  ] [
fhir:code [ fhir:v "msgtype" ] ;
fhir:display [ fhir:v "message type" ]
  ] [
fhir:code [ fhir:v "msgstruct" ] ;
fhir:display [ fhir:v "message structure" ]
  ] [
fhir:code [ fhir:v "parent" ] ;
fhir:display [ fhir:v "parent" ]
  ] [
fhir:code [ fhir:v "usage" ] ;
fhir:display [ fhir:v "usage" ]
  ] [
fhir:code [ fhir:v "versionDeprecated" ] ;
fhir:display [ fhir:v "version deprecated" ]
  ] [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:display [ fhir:v "version introduced" ]
  ] [
fhir:code [ fhir:v "comment" ] ;
fhir:display [ fhir:v "comment, to suppress IG-publisher warning, to be replaced with standard later" ]
  ] [
fhir:code [ fhir:v "ackType" ] ;
fhir:display [ fhir:v "different acknowledgement types" ]
  ] [
fhir:code [ fhir:v "ackValue" ] ;
fhir:display [ fhir:v "different acknowledgement values" ]
  ] [
fhir:code [ fhir:v "tableNumber" ] ;
fhir:display [ fhir:v "table number" ]
  ] [
fhir:code [ fhir:v "exampleValue" ] ;
fhir:display [ fhir:v "example value" ]
  ] [
fhir:code [ fhir:v "vocabType" ] ;
fhir:display [ fhir:v "type of vocabulary" ]
  ] [
fhir:code [ fhir:v "category" ] ;
fhir:display [ fhir:v "category" ]
  ] ) . #