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

: Response Type - 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 "ResponseType"] ; # 
  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 ResponseType</b></p><a name=\"ResponseType\"> </a><a name=\"hcResponseType\"> </a><p>This case-sensitive code system <code>http://ackig.oemig.de/fhir/CodeSystem/ResponseType</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">positive<a name=\"ResponseType-positive\"> </a></td></tr><tr><td style=\"white-space:nowrap\">neutral<a name=\"ResponseType-neutral\"> </a></td></tr><tr><td style=\"white-space:nowrap\">negative<a name=\"ResponseType-negative\"> </a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://ackig.oemig.de/fhir/CodeSystem/ResponseType"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.9"] ; # 
  fhir:name [ fhir:v "ResponseTypeCS"] ; # 
  fhir:title [ fhir:v "Response Type"] ; # 
  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 "Response Type"] ; # 
  fhir:copyright [ fhir:v "FO"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "http://ackig.oemig.de/fhir/ValueSet/ResponseType"^^xsd:anyURI ;
fhir:link <http://ackig.oemig.de/fhir/ValueSet/ResponseType>
  ] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:versionNeeded [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "positive" ] ;
fhir:display [ fhir:v "positive" ]
  ] [
fhir:code [ fhir:v "neutral" ] ;
fhir:display [ fhir:v "neutral" ]
  ] [
fhir:code [ fhir:v "negative" ] ;
fhir:display [ fhir:v "negative" ]
  ] ) . #