HL7 v2.9 Vocabulary
0.2.0 - ci-build

HL7 v2.9 Vocabulary, published by HL7/FO. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/hl7.v2.terminology.v29/ and changes regularly. See the Directory of published versions

: Property - TTL Representation

Active as of 2026-03-13

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 [ fhir:v "<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:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/Property>
  ] ; # 
  fhir:name [ fhir:v "Property"] ; # 
  fhir:title [ fhir:v "Property"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-03-13T11:11:50+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7/FO"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7/FO" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org" ]     ] )
  ] ) ; # 
  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" ]
  ] ) . #