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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r3.r4b.r4
Resource TypeCodeSystem
IdCodeSystem-v3-AcknowledgementCondition.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem v3-AcknowledgementCondition

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
Inactiveinactivehttp://hl7.org/fhir/concept-properties#inactivebooleanTrue if the concept is not considered active - e.g. not a valid concept any more

Concepts

This case-sensitive code system http://hl7.org/fhir/v3/AcknowledgementCondition defines the following codes in a Is-A hierarchy:

CodeDisplayDefinitionInactive
AL AlwaysAlways send an acknowledgement.
ER Error/reject onlySend an acknowledgement for error/reject conditions only.
NE NeverNever send an acknowledgement.
SU Successful onlySend an acknowledgement for successful completions only.true

Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-AcknowledgementCondition",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r3.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": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4b"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/v3/AcknowledgementCondition",
  "version": "2016-11-11",
  "name": "v3 Code System AcknowledgementCondition",
  "status": "active",
  "experimental": false,
  "date": "2016-11-10T23:00:00+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "The codes identify the conditions under which accept acknowledgements are required to be returned in response to this message. Note that accept acknowledgement address two different issues at the same time: reliable transport as well as syntactical correctness",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/v3-AcknowledgementCondition",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "inactive",
      "uri": "http://hl7.org/fhir/concept-properties#inactive",
      "description": "True if the concept is not considered active - e.g. not a valid concept any more",
      "type": "boolean"
    }
  ],
  "concept": [
    {
      "code": "AL",
      "display": "Always",
      "definition": "Always send an acknowledgement."
    },
    {
      "code": "ER",
      "display": "Error/reject only",
      "definition": "Send an acknowledgement for error/reject conditions only."
    },
    {
      "code": "NE",
      "display": "Never",
      "definition": "Never send an acknowledgement."
    },
    {
      "code": "SU",
      "display": "Successful only",
      "definition": "Send an acknowledgement for successful completions only.",
      "property": [
        {
          "code": "inactive",
          "valueBoolean": true
        }
      ]
    }
  ]
}