{
  "resourceType": "CodeSystem",
  "id": "message-error-type",
  "meta": {
    "versionId": "10",
    "lastUpdated": "2023-01-26T13:36:21.656+00:00",
    "source": "#XBk8IWKXe5nMytZQ"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>http://ent.hr/fhir/CodeSystem/message-error-type</code> defines the following codes in a Is-A heirarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"message-error-type-1\"> </a></td><td>Error1</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"message-error-type-2\"> </a></td><td>Error2</td></tr></table></div>"
  },
  "url": "http://ent.hr/fhir/CodeSystem/message-error-type",
  "version": "0.2.3",
  "name": "EHEOperationErrorType",
  "title": "Error Types",
  "status": "active",
  "experimental": false,
  "date": "2024-01-25T14:50:58+00:00",
  "publisher": "ERICSSON NIKOLA TESLA d.d.",
  "contact": [
    {
      "name": "Krešimir Kerš",
      "telecom": [
        {
          "system": "email",
          "value": "kresimir.kers@ericsson.com"
        }
      ]
    }
  ],
  "description": "Code list contains codes of errors returned to clients when interacting with EHE system components.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "HR",
          "display": "Croatia"
        }
      ],
      "text": "Croatia"
    }
  ],
  "copyright": "Ericsson NIkola Tesla d.d.",
  "caseSensitive": false,
  "valueSet": "http://ent.hr/fhir/ValueSet/message-error-type",
  "hierarchyMeaning": "is-a",
  "compositional": false,
  "versionNeeded": false,
  "content": "complete",
  "concept": [
    {
      "code": "1",
      "display": "Error1"
    },
    {
      "code": "2",
      "display": "Error2"
    }
  ]
}