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

FHIR IG analytics

Packagese.electronichealth.fhir.merier.r5
Resource TypeValueSet
IdValueSet-er-error-codes.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.merier.r5@0.1.2-beta&canonical=http://electronichealth.se/fhir/NDI/ValueSet/er-error-codes
URLhttp://electronichealth.se/fhir/NDI/ValueSet/er-error-codes
Version0.1.0
Statusactive
Nameer-error-codes
TitleError codes (ER)
DescriptionIncludes error and success messages for Endpoint Registry transactions.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "er-error-codes",
  "id": "er-error-codes",
  "title": "Error codes (ER)",
  "description": "Includes error and success messages for Endpoint Registry transactions.",
  "url": "http://electronichealth.se/fhir/NDI/ValueSet/er-error-codes",
  "version": "0.1.0",
  "compose": {
    "include": [
      {
        "system": "http://electronichealth.se/CodeSystem/error-codes",
        "concept": [
          {
            "code": "2-38-1",
            "display": "Required parameter missing."
          },
          {
            "code": "2-38-2",
            "display": "Invalid format of personal identity number. Submit the personal identity number using 12 digits with or without hyphen, e.g. 198001032385."
          },
          {
            "code": "2-38-4",
            "display": "Invalid system. Valid systems are %s."
          },
          {
            "code": "2-38-7",
            "display": "Invalid format of organization identifier. Submit the organization identifier using 10 digits without hyphen, e.g. 5560269986."
          },
          {
            "code": "2-38-8",
            "display": "Endpoint not found."
          },
          {
            "code": "2-38-9",
            "display": "Invalid parameter. Valid parameters are %s."
          },
          {
            "code": "4-38-301",
            "display": "Organization was successfully added to the endpoint."
          },
          {
            "code": "4-38-302",
            "display": "Organization was successfully removed from the endpoint."
          },
          {
            "code": "4-38-303",
            "display": "Organization has already been added to the endpoint."
          },
          {
            "code": "4-38-304",
            "display": "Organization has already been removed from the endpoint."
          }
        ]
      }
    ]
  }
}