ACK Management Framework
0.1.12 - ci-build

ACK Management Framework, published by FO. This guide is not an authorized publication; it is the continuous build for version 0.1.12 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/Property> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Property"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://ackig.oemig.de/fhir/CodeSystem/Property"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.12"] ;
  fhir:CodeSystem.name [ fhir:value "PropertyCS"] ;
  fhir:CodeSystem.title [ fhir:value "Property"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2025-02-20"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "FO"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "FO" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://www.oemig.de" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "hl7@oemig.de" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "possible Property Values"] ;
  fhir:CodeSystem.copyright [ fhir:value "FO"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.valueSet [
     fhir:value "http://ackig.oemig.de/fhir/ValueSet/Property" ;
     fhir:link <http://ackig.oemig.de/fhir/ValueSet/Property>
  ] ;
  fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.versionNeeded [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "type" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "type" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "response" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "response" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "option1" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Option 1" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "option2" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Option 2" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/Property.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/Property.ttl> .