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 Type - JSON Representation

Active as of 2025-02-20

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "AckType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem AckType</b></p><a name=\"AckType\"> </a><a name=\"hcAckType\"> </a><p>This case-sensitive code system <code>http://ackig.oemig.de/fhir/CodeSystem/AckType</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\">application<a name=\"AckType-application\"> </a></td></tr><tr><td style=\"white-space:nowrap\">transport<a name=\"AckType-transport\"> </a></td></tr></table></div>"
  },
  "url" : "http://ackig.oemig.de/fhir/CodeSystem/AckType",
  "version" : "0.1.9",
  "name" : "AckTypeCS",
  "title" : "Ack Type",
  "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" : "Type of Acknowledgement",
  "copyright" : "FO",
  "caseSensitive" : true,
  "valueSet" : "http://ackig.oemig.de/fhir/ValueSet/AckType",
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "application",
      "display" : "application"
    },
    {
      "code" : "transport",
      "display" : "transport"
    }
  ]
}