FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-messageheader-response-request.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-messageheader-response-request.html
URLhttp://hl7.org/fhir/messageheader-response-request
Version4.0.1
Statusdraft
Date2019-11-01T08:29:23+10:00
Namemessageheader-response-request
Titlemessageheader-response-request
Realmuv
Authorityhl7
DescriptionHL7-defined table of codes which identify conditions under which acknowledgments are required to be returned in response to a message.
Contentcomplete

Resources that use this resource

ValueSet
R3-messageheader-response-request-for-R4BCross-version VS for R3.messageheader-response-request for use in FHIR R4B
R3-messageheader-response-request-for-R4Cross-version VS for R3.messageheader-response-request for use in FHIR R4
R3-messageheader-response-request-for-R5Cross-version VS for R3.messageheader-response-request for use in FHIR R5

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem messageheader-response-request

This case-sensitive code system http://hl7.org/fhir/messageheader-response-request defines the following codes:

CodeDisplayDefinition
always Alwaysinitiator expects a response for this message.
on-error Error/reject conditions onlyinitiator expects a response only if in error.
never Neverinitiator does not expect a response.
on-success Successful completion onlyinitiator expects a response only if successful.

Source1

{
  "resourceType": "CodeSystem",
  "id": "messageheader-response-request",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "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": "4.0.1",
  "name": "messageheader-response-request",
  "title": "messageheader-response-request",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-01T08:29:23+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.3.0",
  "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."
    }
  ]
}