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

: ACK Codes - 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 "AckCodes"] ; # 
  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 AckCodes</b></p><a name=\"AckCodes\"> </a><a name=\"hcAckCodes\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td><td><b>Value Set</b></td></tr><tr><td>type</td><td>type</td><td>http://ackig.oemig.de/fhir/CodeSystem/Property#type</td><td>code</td><td>What is the type of acknowledgement?</td><td><a href=\"ValueSet-AckType.html\">Ack Type</a></td></tr><tr><td>response</td><td>response</td><td>http://ackig.oemig.de/fhir/CodeSystem/Property#response</td><td>code</td><td>What is the response it conveys?</td><td><a href=\"ValueSet-ResponseType.html\">Response Type</a></td></tr><tr><td>Option 1</td><td>option1</td><td>http://ackig.oemig.de/fhir/CodeSystem/Property#option1</td><td>string</td><td>How to behave with option 1?</td><td/></tr><tr><td>Option 2</td><td>option2</td><td>http://ackig.oemig.de/fhir/CodeSystem/Property#option2</td><td>string</td><td>How to behave with option 2?</td><td/></tr><tr><td>status</td><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>code</td><td>Status</td><td/></tr></table><p><b>Concepts</b></p><p>This case-insensitive code system <code>http://ackig.oemig.de/fhir/CodeSystem/AckCodes</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>type</b></td><td><b>response</b></td><td><b>Option 1</b></td><td><b>Option 2</b></td><td><b>status</b></td></tr><tr style=\"background-color: #ffeeee\"><td>1</td><td style=\"white-space:nowrap\">application<a name=\"AckCodes-application\"> </a></td><td>application ACK</td><td/><td/><td/><td/><td>inactive</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  AA<a name=\"AckCodes-AA\"> </a></td><td>application accept</td><td>application</td><td>positive</td><td>All information was accepted - no further activity needed</td><td>All information was accepted - no further activity needed</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  AE<a name=\"AckCodes-AE\"> </a></td><td>application error</td><td>application</td><td>neutral</td><td>Some information was accepted - update recommended</td><td>Fixes are requested but nor required to be resubmitted</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  AR<a name=\"AckCodes-AR\"> </a></td><td>application reject</td><td>application</td><td>negative</td><td>No information was accepted - update necessary</td><td>Fixes are required and resubmission is necessary or critical</td><td/></tr><tr style=\"background-color: #ffeeee\"><td>1</td><td style=\"white-space:nowrap\">transport<a name=\"AckCodes-transport\"> </a></td><td>transport ACK</td><td/><td/><td/><td/><td>inactive</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  CA<a name=\"AckCodes-CA\"> </a></td><td>commit accept</td><td>transport</td><td>positive</td><td/><td/><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  CE<a name=\"AckCodes-CE\"> </a></td><td>commit error</td><td>transport</td><td>neutral</td><td/><td/><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  CR<a name=\"AckCodes-CR\"> </a></td><td>commit reject</td><td>transport</td><td>negative</td><td/><td/><td/></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://ackig.oemig.de/fhir/CodeSystem/AckCodes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.9"] ; # 
  fhir:name [ fhir:v "AckCodesCS"] ; # 
  fhir:title [ fhir:v "ACK Codes"] ; # 
  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 "**ACK Codes** (for temporary use only; to be replaced later on)"] ; # 
  fhir:copyright [ fhir:v "FO"] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:valueSet [
fhir:v "http://ackig.oemig.de/fhir/ValueSet/AckCodes"^^xsd:anyURI ;
fhir:link <http://ackig.oemig.de/fhir/ValueSet/AckCodes>
  ] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:versionNeeded [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; # 
  fhir:property ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/codesystem-property-valueset"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://ackig.oemig.de/fhir/ValueSet/AckType"^^xsd:anyURI ;
fhir:link <http://ackig.oemig.de/fhir/ValueSet/AckType>       ]     ] ) ;
fhir:code [ fhir:v "type" ] ;
fhir:uri [ fhir:v "http://ackig.oemig.de/fhir/CodeSystem/Property#type"^^xsd:anyURI ] ;
fhir:description [ fhir:v "What is the type of acknowledgement?" ] ;
fhir:type [ fhir:v "code" ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/codesystem-property-valueset"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://ackig.oemig.de/fhir/ValueSet/ResponseType"^^xsd:anyURI ;
fhir:link <http://ackig.oemig.de/fhir/ValueSet/ResponseType>       ]     ] ) ;
fhir:code [ fhir:v "response" ] ;
fhir:uri [ fhir:v "http://ackig.oemig.de/fhir/CodeSystem/Property#response"^^xsd:anyURI ] ;
fhir:description [ fhir:v "What is the response it conveys?" ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "option1" ] ;
fhir:uri [ fhir:v "http://ackig.oemig.de/fhir/CodeSystem/Property#option1"^^xsd:anyURI ] ;
fhir:description [ fhir:v "How to behave with option 1?" ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:code [ fhir:v "option2" ] ;
fhir:uri [ fhir:v "http://ackig.oemig.de/fhir/CodeSystem/Property#option2"^^xsd:anyURI ] ;
fhir:description [ fhir:v "How to behave with option 2?" ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:code [ fhir:v "status" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Status" ] ;
fhir:type [ fhir:v "code" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "application" ] ;
fhir:display [ fhir:v "application ACK" ] ;
    ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [
a fhir:code ;
fhir:v "inactive"       ]     ] ) ;
    ( fhir:concept [
fhir:code [ fhir:v "AA" ] ;
fhir:display [ fhir:v "application accept" ] ;
      ( fhir:property [
fhir:code [ fhir:v "type" ] ;
fhir:value [
a fhir:code ;
fhir:v "application"         ]       ] [
fhir:code [ fhir:v "response" ] ;
fhir:value [
a fhir:code ;
fhir:v "positive"         ]       ] [
fhir:code [ fhir:v "option1" ] ;
fhir:value [
a fhir:string ;
fhir:v "All information was accepted - no further activity needed"         ]       ] [
fhir:code [ fhir:v "option2" ] ;
fhir:value [
a fhir:string ;
fhir:v "All information was accepted - no further activity needed"         ]       ] )     ] [
fhir:code [ fhir:v "AE" ] ;
fhir:display [ fhir:v "application error" ] ;
      ( fhir:property [
fhir:code [ fhir:v "type" ] ;
fhir:value [
a fhir:code ;
fhir:v "application"         ]       ] [
fhir:code [ fhir:v "response" ] ;
fhir:value [
a fhir:code ;
fhir:v "neutral"         ]       ] [
fhir:code [ fhir:v "option1" ] ;
fhir:value [
a fhir:string ;
fhir:v "Some information was accepted - update recommended"         ]       ] [
fhir:code [ fhir:v "option2" ] ;
fhir:value [
a fhir:string ;
fhir:v "Fixes are requested but nor required to be resubmitted"         ]       ] )     ] [
fhir:code [ fhir:v "AR" ] ;
fhir:display [ fhir:v "application reject" ] ;
      ( fhir:property [
fhir:code [ fhir:v "type" ] ;
fhir:value [
a fhir:code ;
fhir:v "application"         ]       ] [
fhir:code [ fhir:v "response" ] ;
fhir:value [
a fhir:code ;
fhir:v "negative"         ]       ] [
fhir:code [ fhir:v "option1" ] ;
fhir:value [
a fhir:string ;
fhir:v "No information was accepted - update necessary"         ]       ] [
fhir:code [ fhir:v "option2" ] ;
fhir:value [
a fhir:string ;
fhir:v "Fixes are required and resubmission is necessary or critical"         ]       ] )     ] )
  ] [
fhir:code [ fhir:v "transport" ] ;
fhir:display [ fhir:v "transport ACK" ] ;
    ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [
a fhir:code ;
fhir:v "inactive"       ]     ] ) ;
    ( fhir:concept [
fhir:code [ fhir:v "CA" ] ;
fhir:display [ fhir:v "commit accept" ] ;
      ( fhir:property [
fhir:code [ fhir:v "type" ] ;
fhir:value [
a fhir:code ;
fhir:v "transport"         ]       ] [
fhir:code [ fhir:v "response" ] ;
fhir:value [
a fhir:code ;
fhir:v "positive"         ]       ] )     ] [
fhir:code [ fhir:v "CE" ] ;
fhir:display [ fhir:v "commit error" ] ;
      ( fhir:property [
fhir:code [ fhir:v "type" ] ;
fhir:value [
a fhir:code ;
fhir:v "transport"         ]       ] [
fhir:code [ fhir:v "response" ] ;
fhir:value [
a fhir:code ;
fhir:v "neutral"         ]       ] )     ] [
fhir:code [ fhir:v "CR" ] ;
fhir:display [ fhir:v "commit reject" ] ;
      ( fhir:property [
fhir:code [ fhir:v "type" ] ;
fhir:value [
a fhir:code ;
fhir:v "transport"         ]       ] [
fhir:code [ fhir:v "response" ] ;
fhir:value [
a fhir:code ;
fhir:v "negative"         ]       ] )     ] )
  ] ) . #