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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b.r4b
Resource TypeValueSet
IdValueSet-R4-issue-type-for-R4B.json
FHIR VersionR4B

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: ValueSet R4-issue-type-for-R4B

This value set expansion contains 16 concepts.

CodeSystemDisplayDefinition
  invalidhttp://hl7.org/fhir/issue-typeInvalid ContentContent invalid against the specification or a profile.
  requiredhttp://hl7.org/fhir/issue-typeRequired element missingA required element is missing.
  invarianthttp://hl7.org/fhir/issue-typeValidation rule failedA content validation rule failed - e.g. a schematron rule.
  loginhttp://hl7.org/fhir/issue-typeLogin RequiredThe client needs to initiate an authentication process.
  expiredhttp://hl7.org/fhir/issue-typeSession ExpiredUser session expired; a login may be required.
  suppressedhttp://hl7.org/fhir/issue-typeInformation SuppressedSome information was not or might not have been returned due to business rules, consent or privacy rules, or access permission constraints. This information may be accessible through alternate processes.
  not-supportedhttp://hl7.org/fhir/issue-typeContent not supportedThe interaction, operation, resource or profile is not supported.
  multiple-matcheshttp://hl7.org/fhir/issue-typeMultiple MatchesMultiple matching records were found when the operation required only one match.
  deletedhttp://hl7.org/fhir/issue-typeDeletedThe reference pointed to content (usually a resource) that has been deleted.
  code-invalidhttp://hl7.org/fhir/issue-typeInvalid CodeThe code or system could not be understood, or it was not valid in the context of a particular ValueSet.code.
  too-costlyhttp://hl7.org/fhir/issue-typeOperation Too CostlyThe operation was stopped to protect server resources; e.g. a request for a value set expansion on all of SNOMED CT.
  conflicthttp://hl7.org/fhir/issue-typeEdit Version ConflictContent could not be accepted because of an edit conflict (i.e. version aware updates). (In a pure RESTful environment, this would be an HTTP 409 error, but this code may be used where the conflict is discovered further into the application architecture.).
  lock-errorhttp://hl7.org/fhir/issue-typeLock ErrorA resource/record locking failure (usually in an underlying database).
  exceptionhttp://hl7.org/fhir/issue-typeExceptionAn unexpected internal error has occurred.
  incompletehttp://hl7.org/fhir/issue-typeIncomplete ResultsNot all data sources typically accessed could be reached or responded in time, so the returned information might not be complete (applies to search interactions and some operations).
  informationalhttp://hl7.org/fhir/issue-typeInformational NoteA message unrelated to the processing success of the completed operation (examples of the latter include things like reminders of password expiry, system maintenance times, etc.).

Source1

{
  "resourceType": "ValueSet",
  "id": "R4-issue-type-for-R4B",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "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-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/4.0/ValueSet/R4-issue-type-for-R4B",
  "version": "0.0.1-snapshot-2",
  "name": "R4_issue_type_for_R4B",
  "title": "Cross-version VS for R4.IssueType for use in FHIR R4B",
  "status": "active",
  "experimental": false,
  "date": "2025-09-01T22:36:16.592274+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "This cross-version ValueSet represents concepts from http://hl7.org/fhir/ValueSet/issue-type|4.0.1 for use in FHIR R4B. Concepts not present here have direct `equivalent` mappings crossing all versions from R4 to R4B.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "concept": [
          {
            "code": "invalid",
            "display": "Invalid Content"
          },
          {
            "code": "required",
            "display": "Required element missing"
          },
          {
            "code": "invariant",
            "display": "Validation rule failed"
          },
          {
            "code": "login",
            "display": "Login Required"
          },
          {
            "code": "expired",
            "display": "Session Expired"
          },
          {
            "code": "suppressed",
            "display": "Information  Suppressed"
          },
          {
            "code": "not-supported",
            "display": "Content not supported"
          },
          {
            "code": "multiple-matches",
            "display": "Multiple Matches"
          },
          {
            "code": "deleted",
            "display": "Deleted"
          },
          {
            "code": "code-invalid",
            "display": "Invalid Code"
          },
          {
            "code": "too-costly",
            "display": "Operation Too Costly"
          },
          {
            "code": "conflict",
            "display": "Edit Version Conflict"
          },
          {
            "code": "lock-error",
            "display": "Lock Error"
          },
          {
            "code": "exception",
            "display": "Exception"
          },
          {
            "code": "incomplete",
            "display": "Incomplete Results"
          },
          {
            "code": "informational",
            "display": "Informational Note"
          }
        ]
      }
    ]
  },
  "expansion": {
    "timestamp": "2025-09-01T22:36:16.592275+10:00",
    "contains": [
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "invalid",
        "display": "Invalid Content"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "required",
        "display": "Required element missing"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "invariant",
        "display": "Validation rule failed"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "login",
        "display": "Login Required"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "expired",
        "display": "Session Expired"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "suppressed",
        "display": "Information  Suppressed"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "not-supported",
        "display": "Content not supported"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "multiple-matches",
        "display": "Multiple Matches"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "deleted",
        "display": "Deleted"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "code-invalid",
        "display": "Invalid Code"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "too-costly",
        "display": "Operation Too Costly"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "conflict",
        "display": "Edit Version Conflict"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "lock-error",
        "display": "Lock Error"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "exception",
        "display": "Exception"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "incomplete",
        "display": "Incomplete Results"
      },
      {
        "system": "http://hl7.org/fhir/issue-type",
        "version": "4.0.1",
        "code": "informational",
        "display": "Informational Note"
      }
    ]
  }
}