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
| Active as of 2025-02-20 |
@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/AckCodes> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "AckCodes"] ;
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 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>"
] ;
fhir:CodeSystem.url [ fhir:value "http://ackig.oemig.de/fhir/CodeSystem/AckCodes"] ;
fhir:CodeSystem.version [ fhir:value "0.1.12"] ;
fhir:CodeSystem.name [ fhir:value "AckCodesCS"] ;
fhir:CodeSystem.title [ fhir:value "ACK Codes"] ;
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 "**ACK Codes** (for temporary use only; to be replaced later on)"] ;
fhir:CodeSystem.copyright [ fhir:value "FO"] ;
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.valueSet [
fhir:value "http://ackig.oemig.de/fhir/ValueSet/AckCodes" ;
fhir:link <http://ackig.oemig.de/fhir/ValueSet/AckCodes>
] ;
fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"] ;
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 "8"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.property [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/codesystem-property-valueset" ] ;
fhir:Extension.valueCanonical [
fhir:value "http://ackig.oemig.de/fhir/ValueSet/AckType" ;
fhir:link <http://ackig.oemig.de/fhir/ValueSet/AckType>
]
] ;
fhir:CodeSystem.property.code [ fhir:value "type" ] ;
fhir:CodeSystem.property.uri [ fhir:value "http://ackig.oemig.de/fhir/CodeSystem/Property#type" ] ;
fhir:CodeSystem.property.description [ fhir:value "What is the type of acknowledgement?" ] ;
fhir:CodeSystem.property.type [ fhir:value "code" ]
], [
fhir:index 1 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/codesystem-property-valueset" ] ;
fhir:Extension.valueCanonical [
fhir:value "http://ackig.oemig.de/fhir/ValueSet/ResponseType" ;
fhir:link <http://ackig.oemig.de/fhir/ValueSet/ResponseType>
]
] ;
fhir:CodeSystem.property.code [ fhir:value "response" ] ;
fhir:CodeSystem.property.uri [ fhir:value "http://ackig.oemig.de/fhir/CodeSystem/Property#response" ] ;
fhir:CodeSystem.property.description [ fhir:value "What is the response it conveys?" ] ;
fhir:CodeSystem.property.type [ fhir:value "code" ]
], [
fhir:index 2 ;
fhir:CodeSystem.property.code [ fhir:value "option1" ] ;
fhir:CodeSystem.property.uri [ fhir:value "http://ackig.oemig.de/fhir/CodeSystem/Property#option1" ] ;
fhir:CodeSystem.property.description [ fhir:value "How to behave with option 1?" ] ;
fhir:CodeSystem.property.type [ fhir:value "string" ]
], [
fhir:index 3 ;
fhir:CodeSystem.property.code [ fhir:value "option2" ] ;
fhir:CodeSystem.property.uri [ fhir:value "http://ackig.oemig.de/fhir/CodeSystem/Property#option2" ] ;
fhir:CodeSystem.property.description [ fhir:value "How to behave with option 2?" ] ;
fhir:CodeSystem.property.type [ fhir:value "string" ]
], [
fhir:index 4 ;
fhir:CodeSystem.property.code [ fhir:value "status" ] ;
fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#status" ] ;
fhir:CodeSystem.property.description [ fhir:value "Status" ] ;
fhir:CodeSystem.property.type [ fhir:value "code" ]
] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "application" ] ;
fhir:CodeSystem.concept.display [ fhir:value "application ACK" ] ;
fhir:CodeSystem.concept.property [
fhir:index 0 ;
fhir:CodeSystem.concept.property.code [ fhir:value "status" ] ;
fhir:CodeSystem.concept.property.valueCode [ fhir:value "inactive" ]
] ;
fhir:CodeSystem.concept.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "AA" ] ;
fhir:CodeSystem.concept.display [ fhir:value "application accept" ] ;
fhir:CodeSystem.concept.property [
fhir:index 0 ;
fhir:CodeSystem.concept.property.code [ fhir:value "type" ] ;
fhir:CodeSystem.concept.property.valueCode [ fhir:value "application" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.property.code [ fhir:value "response" ] ;
fhir:CodeSystem.concept.property.valueCode [ fhir:value "positive" ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.property.code [ fhir:value "option1" ] ;
fhir:CodeSystem.concept.property.valueString [ fhir:value "All information was accepted - no further activity needed" ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.property.code [ fhir:value "option2" ] ;
fhir:CodeSystem.concept.property.valueString [ fhir:value "All information was accepted - no further activity needed" ]
]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "AE" ] ;
fhir:CodeSystem.concept.display [ fhir:value "application error" ] ;
fhir:CodeSystem.concept.property [
fhir:index 0 ;
fhir:CodeSystem.concept.property.code [ fhir:value "type" ] ;
fhir:CodeSystem.concept.property.valueCode [ fhir:value "application" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.property.code [ fhir:value "response" ] ;
fhir:CodeSystem.concept.property.valueCode [ fhir:value "neutral" ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.property.code [ fhir:value "option1" ] ;
fhir:CodeSystem.concept.property.valueString [ fhir:value "Some information was accepted - update recommended" ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.property.code [ fhir:value "option2" ] ;
fhir:CodeSystem.concept.property.valueString [ fhir:value "Fixes are requested but nor required to be resubmitted" ]
]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "AR" ] ;
fhir:CodeSystem.concept.display [ fhir:value "application reject" ] ;
fhir:CodeSystem.concept.property [
fhir:index 0 ;
fhir:CodeSystem.concept.property.code [ fhir:value "type" ] ;
fhir:CodeSystem.concept.property.valueCode [ fhir:value "application" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.property.code [ fhir:value "response" ] ;
fhir:CodeSystem.concept.property.valueCode [ fhir:value "negative" ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.property.code [ fhir:value "option1" ] ;
fhir:CodeSystem.concept.property.valueString [ fhir:value "No information was accepted - update necessary" ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.property.code [ fhir:value "option2" ] ;
fhir:CodeSystem.concept.property.valueString [ fhir:value "Fixes are required and resubmission is necessary or critical" ]
]
]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "transport" ] ;
fhir:CodeSystem.concept.display [ fhir:value "transport ACK" ] ;
fhir:CodeSystem.concept.property [
fhir:index 0 ;
fhir:CodeSystem.concept.property.code [ fhir:value "status" ] ;
fhir:CodeSystem.concept.property.valueCode [ fhir:value "inactive" ]
] ;
fhir:CodeSystem.concept.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "CA" ] ;
fhir:CodeSystem.concept.display [ fhir:value "commit accept" ] ;
fhir:CodeSystem.concept.property [
fhir:index 0 ;
fhir:CodeSystem.concept.property.code [ fhir:value "type" ] ;
fhir:CodeSystem.concept.property.valueCode [ fhir:value "transport" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.property.code [ fhir:value "response" ] ;
fhir:CodeSystem.concept.property.valueCode [ fhir:value "positive" ]
]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "CE" ] ;
fhir:CodeSystem.concept.display [ fhir:value "commit error" ] ;
fhir:CodeSystem.concept.property [
fhir:index 0 ;
fhir:CodeSystem.concept.property.code [ fhir:value "type" ] ;
fhir:CodeSystem.concept.property.valueCode [ fhir:value "transport" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.property.code [ fhir:value "response" ] ;
fhir:CodeSystem.concept.property.valueCode [ fhir:value "neutral" ]
]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "CR" ] ;
fhir:CodeSystem.concept.display [ fhir:value "commit reject" ] ;
fhir:CodeSystem.concept.property [
fhir:index 0 ;
fhir:CodeSystem.concept.property.code [ fhir:value "type" ] ;
fhir:CodeSystem.concept.property.valueCode [ fhir:value "transport" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.property.code [ fhir:value "response" ] ;
fhir:CodeSystem.concept.property.valueCode [ fhir:value "negative" ]
]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/AckCodes.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/AckCodes.ttl> .
IG © 2025+ FO. Package ackig#0.1.12 based on FHIR 4.0.1. Generated 2026-08-04
Links: Table of Contents |
QA Report