Package | ackig |
Type | CodeSystem |
Id | AckCodes |
FHIR Version | R4 |
Source | http://ackig.oemig.de/fhir/https://build.fhir.org/ig/frankoemig/ack-ig/CodeSystem-AckCodes.html |
URL | http://ackig.oemig.de/fhir/CodeSystem/AckCodes |
Version | 0.1.9 |
Status | active |
Date | 2025-02-20 |
Name | AckCodesCS |
Title | ACK Codes |
Description | **ACK Codes** (for temporary use only; to be replaced later on) |
Copyright | FO |
Content | complete |
ValueSet | |
AckCodes | ACK Codes |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem AckCodes
Properties
This code system defines the following properties for its concepts
Name | Code | URI | Type | Description | Value Set |
type | type | http://ackig.oemig.de/fhir/CodeSystem/Property#type | code | What is the type of acknowledgement? | Ack Type |
response | response | http://ackig.oemig.de/fhir/CodeSystem/Property#response | code | What is the response it conveys? | Response Type |
Option 1 | option1 | http://ackig.oemig.de/fhir/CodeSystem/Property#option1 | string | How to behave with option 1? | |
Option 2 | option2 | http://ackig.oemig.de/fhir/CodeSystem/Property#option2 | string | How to behave with option 2? | |
status | status | http://hl7.org/fhir/concept-properties#status | code | Status |
Concepts
This case-insensitive code system http://ackig.oemig.de/fhir/CodeSystem/AckCodes
defines the following codes in a Is-A hierarchy:
{ "resourceType": "CodeSystem", "id": "AckCodes", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://ackig.oemig.de/fhir/CodeSystem/AckCodes", "version": "0.1.9", "name": "AckCodesCS", "title": "ACK Codes", "status": "active", "experimental": false, "date": "2025-02-20", "publisher": "FO", "contact": [ { "name": "FO", "telecom": [ { "system": "url", "value": "http://www.oemig.de" }, { "system": "email", "value": "hl7@oemig.de" } ] } ], "description": "**ACK Codes** (for temporary use only; to be replaced later on)", "copyright": "FO", "caseSensitive": false, "valueSet": "http://ackig.oemig.de/fhir/ValueSet/AckCodes", "hierarchyMeaning": "is-a", "compositional": false, "versionNeeded": false, "content": "complete", "count": 8, "property": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/codesystem-property-valueset", "valueCanonical": "http://ackig.oemig.de/fhir/ValueSet/AckType" } ], "code": "type", "uri": "http://ackig.oemig.de/fhir/CodeSystem/Property#type", "description": "What is the type of acknowledgement?", "type": "code" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/codesystem-property-valueset", "valueCanonical": "http://ackig.oemig.de/fhir/ValueSet/ResponseType" } ], "code": "response", "uri": "http://ackig.oemig.de/fhir/CodeSystem/Property#response", "description": "What is the response it conveys?", "type": "code" }, { "code": "option1", "uri": "http://ackig.oemig.de/fhir/CodeSystem/Property#option1", "description": "How to behave with option 1?", "type": "string" }, { "code": "option2", "uri": "http://ackig.oemig.de/fhir/CodeSystem/Property#option2", "description": "How to behave with option 2?", "type": "string" }, { "code": "status", "uri": "http://hl7.org/fhir/concept-properties#status", "description": "Status", "type": "code" } ], "concept": [ { "code": "application", "display": "application ACK", "property": [ { "code": "status", "valueCode": "inactive" } ], "concept": [ { "code": "AA", "display": "application accept", "property": [ { "code": "type", "valueCode": "application" }, { "code": "response", "valueCode": "positive" }, { "code": "option1", "valueString": "All information was accepted - no further activity needed" }, { "code": "option2", "valueString": "All information was accepted - no further activity needed" } ] }, { "code": "AE", "display": "application error", "property": [ { "code": "type", "valueCode": "application" }, { "code": "response", "valueCode": "neutral" }, { "code": "option1", "valueString": "Some information was accepted - update recommended" }, { "code": "option2", "valueString": "Fixes are requested but nor required to be resubmitted" } ] }, { "code": "AR", "display": "application reject", "property": [ { "code": "type", "valueCode": "application" }, { "code": "response", "valueCode": "negative" }, { "code": "option1", "valueString": "No information was accepted - update necessary" }, { "code": "option2", "valueString": "Fixes are required and resubmission is necessary or critical" } ] } ] }, { "code": "transport", "display": "transport ACK", "property": [ { "code": "status", "valueCode": "inactive" } ], "concept": [ { "code": "CA", "display": "commit accept", "property": [ { "code": "type", "valueCode": "transport" }, { "code": "response", "valueCode": "positive" } ] }, { "code": "CE", "display": "commit error", "property": [ { "code": "type", "valueCode": "transport" }, { "code": "response", "valueCode": "neutral" } ] }, { "code": "CR", "display": "commit reject", "property": [ { "code": "type", "valueCode": "transport" }, { "code": "response", "valueCode": "negative" } ] } ] } ] }