FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: messageheader-response-request - JSON Representation

Page standards status: Informative Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "messageheader-response-request",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/messageheader-response-request</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">always\n                  <a name=\"messageheader-response-request-always\"> </a>\n                </td>\n                <td>Always</td>\n                <td>initiator expects a response for this message.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">on-error\n                  <a name=\"messageheader-response-request-on-error\"> </a>\n                </td>\n                <td>Error/reject conditions only</td>\n                <td>initiator expects a response only if in error.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">never\n                  <a name=\"messageheader-response-request-never\"> </a>\n                </td>\n                <td>Never</td>\n                <td>initiator does not expect a response.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">on-success\n                  <a name=\"messageheader-response-request-on-success\"> </a>\n                </td>\n                <td>Successful completion only</td>\n                <td>initiator expects a response only if successful.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "inm"
    }
  ],
  "url" : "http://hl7.org/fhir/messageheader-response-request",
  "version" : "5.0.0",
  "name" : "MessageheaderResponseRequest",
  "title" : "messageheader-response-request",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T09:01:24+10:00",
  "publisher" : "Infrastructure And Messaging",
  "contact" : [
    {
      "name" : "Infrastructure And Messaging",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/inm"
        }
      ]
    }
  ],
  "description" : "HL7-defined table of codes which identify conditions under which acknowledgments are required to be returned in response to a message.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/messageheader-response-request|4.0.1",
  "content" : "complete",
  "concept" : [
    {
      "code" : "always",
      "display" : "Always",
      "definition" : "initiator expects a response for this message."
    },
    {
      "code" : "on-error",
      "display" : "Error/reject conditions only",
      "definition" : "initiator expects a response only if in error."
    },
    {
      "code" : "never",
      "display" : "Never",
      "definition" : "initiator does not expect a response."
    },
    {
      "code" : "on-success",
      "display" : "Successful completion only",
      "definition" : "initiator expects a response only if successful."
    }
  ]
}