ACK Management Framework
0.1.9 - ci-build

ACK Management Framework, published by FO. This guide is not an authorized publication; it is the continuous build for version 0.1.9 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/ack-ig/ and changes regularly. See the Directory of published versions

: Property - TTL Representation

Active as of 2025-02-20

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 class=\"res-header-id\"><b>Generated Narrative: CodeSystem Property</b></p><a name=\"Property\"> </a><a name=\"hcProperty\"> </a><p>This case-sensitive code system <code>http://ackig.oemig.de/fhir/CodeSystem/Property</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">type<a name=\"Property-type\"> </a></td><td>type</td></tr><tr><td style=\"white-space:nowrap\">response<a name=\"Property-response\"> </a></td><td>response</td></tr><tr><td style=\"white-space:nowrap\">option1<a name=\"Property-option1\"> </a></td><td>Option 1</td></tr><tr><td style=\"white-space:nowrap\">option2<a name=\"Property-option2\"> </a></td><td>Option 2</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://ackig.oemig.de/fhir/CodeSystem/Property"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.9"] ; # 
  fhir:name [ fhir:v "PropertyCS"] ; # 
  fhir:title [ fhir:v "Property"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-02-20"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "FO"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "FO" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.oemig.de" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hl7@oemig.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "possible Property Values"] ; # 
  fhir:copyright [ fhir:v "FO"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "http://ackig.oemig.de/fhir/ValueSet/Property"^^xsd:anyURI ;
fhir:link <http://ackig.oemig.de/fhir/ValueSet/Property>
  ] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:versionNeeded [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "type" ] ;
fhir:display [ fhir:v "type" ]
  ] [
fhir:code [ fhir:v "response" ] ;
fhir:display [ fhir:v "response" ]
  ] [
fhir:code [ fhir:v "option1" ] ;
fhir:display [ fhir:v "Option 1" ]
  ] [
fhir:code [ fhir:v "option2" ] ;
fhir:display [ fhir:v "Option 2" ]
  ] ) . #