Release 4

This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4

Codesystem-operation-outcome.ttl

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code System OperationOutcomeCodes

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "operation-outcome"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2019-11-01T09:29:23.356+11:00" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "fhir" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "draft" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "1" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/operation-outcome"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1127" ]
  ];
  fhir:CodeSystem.version [ fhir:value "4.0.1"];
  fhir:CodeSystem.name [ fhir:value "OperationOutcomeCodes"];
  fhir:CodeSystem.title [ fhir:value "Operation Outcome Codes"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Operation Outcome codes used by FHIR test servers (see Implementation file translations.xml)"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "DELETE_MULTIPLE_MATCHES" ];
     fhir:CodeSystem.display [ fhir:value "Error: Multiple matches exist for the conditional delete" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Fout: er is meer dan één resultaat voor de conditionele delete" ]
     ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "MSG_AUTH_REQUIRED" ];
     fhir:CodeSystem.display [ fhir:value "You must authenticate before you can use this service" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Autenticazione richiesta prima di usare questo servizio" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Wymagana autentykacja przed użyciem tego serwisu" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Vous devez être authentifié avant de pouvoir utiliser ce service" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "U moet zich authenticeren voor gebruik van deze service" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "使用此�务�需认�" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Debe autenticarse antes de poder usar este servicio" ]
     ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "MSG_BAD_FORMAT" ];
     fhir:CodeSystem.display [ fhir:value "Bad Syntax: \"%s\" must be a %s'" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "�еверный �интак�: \"%s\" должен быть %s" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Sintassi Errata: \"%s\" deve essere un %s'" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Błąd składni: \"%s\" powinno być %s'" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Erreur de Syntaxe : \"%s\" doit être un %s" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Verkeerde syntax: \"%s\" moet een %s zijn" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "�法错误: \"%s\" 必须是一个 %s'" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Sintaxis Incorrecta: \"%s\" debe de ser un %s'" ]
     ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "MSG_BAD_SYNTAX" ];
     fhir:CodeSystem.display [ fhir:value "Bad Syntax in %s" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "�еверный �интак�: %s" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Sintassi errata in %s" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Błąd składni w %s" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Erreur de Syntaxe dans %s" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Verkeerde syntax in %s" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "%s 中�法错误" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Sintaxis Incorrecta en %s" ]
     ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.code [ fhir:value "MSG_CANT_PARSE_CONTENT" ];
     fhir:CodeSystem.display [ fhir:value "Unable to parse feed (entry content type = \"%s\")" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Impossibile effettuare il parsing del feed (tipo del contenuto della entry = \"%s\")" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Błąd parsowania (typ zawartości wejściowej = \"%s\")" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Impossible d'analyser le flux (type de contenu de l'entrée = \"%s\")" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Kan feed niet verwerken (contenttype inhoud = \"%s\")" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "无法解�feed (�目的内容类型 = \"%s\")" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "No se pudo parsear el feed (el tipo de contenido de la entry = \"%s\")" ]
     ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.code [ fhir:value "MSG_CANT_PARSE_ROOT" ];
     fhir:CodeSystem.display [ fhir:value "Unable to parse feed (root element name = \"%s\")" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "�е удало�ь разобрать данные (корневой �лемент = \"%s\")" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Impossibile effettuare il parsing del feed (nome elemento root = \"%s\")" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "BÅ‚Ä…d parsowania (nazwa elementu root = \"%s\")" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Impossible d'analyser le flux (nom de l'élément racine = \"%s\")" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Kan feed niet verwerken (rootelementnaam = \"%s\")" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "无法解�feed (根元素� = \"%s\")" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "No se pudo parsear el feed (nombre del elemento raiz = \"%s\")" ]
     ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.code [ fhir:value "MSG_CREATED" ];
     fhir:CodeSystem.display [ fhir:value "New resource created" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nieuwe resource gemaakt" ]
     ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.code [ fhir:value "MSG_DATE_FORMAT" ];
     fhir:CodeSystem.display [ fhir:value "The Date value %s is not in the correct format (Xml Date Format required)" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Значение Date %s в неверном формате (требует�� Xml Date формат)" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Il valore %s per la data non è nel formato corretto (richiesto il Formato Data Xml)" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Niepoprawny format wartości daty %s (wymagany format XML)" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Le format de la date %s est incorrect (format Date Xml attendu)" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "De Datum-waarde %s heeft niet de juiste structuur (Xml Date vereist)" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "日期的值 %s 格��正确 (�求是Xml Date格�)" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "El valor de la fecha %s no está en el formato correcto (se requiere un formato de fecha Xml)" ]
     ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.code [ fhir:value "MSG_DELETED" ];
     fhir:CodeSystem.display [ fhir:value "This resource has been deleted" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Данный ре�ур� был удалён" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Questa risorsa è stata cancellata" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Ten zasób został usunięty" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "La ressource a été supprimée" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Deze resource is verwijderd" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "该资�已删除" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Este recurso ha sido borrado" ]
     ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.code [ fhir:value "MSG_DELETED_DONE" ];
     fhir:CodeSystem.display [ fhir:value "Resource deleted" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Ре�ур� удалён" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Risorsa cancellata" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Zasób usunięto" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Ressource supprimée" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Resource verwijderd" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "资�已删除" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Recurso borrado" ]
     ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.code [ fhir:value "MSG_DELETED_ID" ];
     fhir:CodeSystem.display [ fhir:value "The resource \"%s\" has been deleted" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Ре�ур� \"%s\" был удалён" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "La risorsa \"%s\" è stata eliminata" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Zasób \"%s\" został usunięty" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "La ressource \"%s\" a été supprimée" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "De resource \"%s\" is verwijderd" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "资� \"%s\" 已被删除" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "El recurso \"%s\" ha sido borrado" ]
     ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.code [ fhir:value "MSG_DUPLICATE_ID" ];
     fhir:CodeSystem.display [ fhir:value "Duplicate Id %s for resource type %s" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Дублирующий Id %s дл� типа ре�ур�а %s" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id %s duplicato per il tipo di risorsa %s" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Zdublowany identyfikator %s dla zasobu typu %s" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id %s en double pour le type de ressource %s" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Duplicaat-id %s voor resourcetype %s" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "ID %s ��(资�类型 %s)" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id %s duplicada para el recurso de tipo %s" ]
     ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.code [ fhir:value "MSG_ERROR_PARSING" ];
     fhir:CodeSystem.display [ fhir:value "Error parsing resource Xml (%s)" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Ошибка �интак�иче�кого разбора ре�ур�а Xml (%s)" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Errore nel parsing della risorsa Xml (%s)" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "BÅ‚Ä…d w trakcie parsowania zasobu XML (%s)" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Erreur d'analyse de la ressource Xml (%s)" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Fout in verwerking resource Xml (%s)" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "解�资�Xml时出错 (%s)" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Error parseando el recurso Xml (%s)" ]
     ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.code [ fhir:value "MSG_ID_INVALID" ];
     fhir:CodeSystem.display [ fhir:value "Id \"%s\" has an invalid character \"%s\"" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id \"%s\" �одержит недопу�тимые �имволы \"%s\"" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "L''Id \"%s\" ha un carattere non valido: \"%s\"" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Identyfikator \"%s\" zawiera niepoprawny znak \"%s\"" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id \"%s\" possède un caractère invalide \"%s\"" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id \"%s\" heeft een ongeldig teken \"%s\"" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "ID \"%s\" 带有�法字符: \"%s\"" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "El Id \"%s\" contiene el caracter inválido \"%s\"" ]
     ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.code [ fhir:value "MSG_ID_TOO_LONG" ];
     fhir:CodeSystem.display [ fhir:value "Id \"%s\" too long (length limit 36)" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "�едопу�тима� длина Id \"%s\" (ограничение 36)" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id \"%s\" troppo lunga (limite di lunghezza: 36)" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Identyfikator \"%s\" jest zbyt długi (limit długości 36)" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id \"%s\" trop long (la longueur limite est 36)" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id \"%s\" te lang (max lengte 36)" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id \"%s\" 过长 (长度�制: 36)" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "El Id \"%s\" es demasiado largo (limite de longitud: 36)" ]
     ]
  ], [
     fhir:index 15;
     fhir:CodeSystem.code [ fhir:value "MSG_INVALID_ID" ];
     fhir:CodeSystem.display [ fhir:value "Id not accepted" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id не прин�то" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id non accettato" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Identyfikator nie zaakceptowany" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id non accepté" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id niet geaccepteerd" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id�被接�" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id no aceptada" ]
     ]
  ], [
     fhir:index 16;
     fhir:CodeSystem.code [ fhir:value "MSG_JSON_OBJECT" ];
     fhir:CodeSystem.display [ fhir:value "Json Source for a resource should start with an object" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Json Source дл� ре�ур�а должен начинать�� � объекта" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Il sorgente Json di una risorsa dovrebbe iniziare con un oggetto" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Źródło json dla zasobu powinno rozpoczynać się od obiektu" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "La source Json pour une ressource doit commencer par un objet" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Json Source van een resource moeten beginnen met een object" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "资�的Json�应以一个object开始" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "La fuente Json para un recurso debería empezar con un objeto" ]
     ]
  ], [
     fhir:index 17;
     fhir:CodeSystem.code [ fhir:value "MSG_LOCAL_FAIL" ];
     fhir:CodeSystem.display [ fhir:value "Unable to resolve local reference to resource %s" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "�евозможно определить локальную ��ылку на ре�ур� %s" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Impossibile risolvere il riferimento locale alla risorsa %s" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Zasób wskazywany przez loklaną referencję %s nie został odnaleziony" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Impossible de résourdre la référence locale à la ressource %s" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "De resource met lokale referentie %s is niet gevonden" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "无法解�对资� %s 的本地引用" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Imposible resolver la referencia al recurso %s" ]
     ]
  ], [
     fhir:index 18;
     fhir:CodeSystem.code [ fhir:value "MSG_NO_EXIST" ];
     fhir:CodeSystem.display [ fhir:value "Resource Id \"%s\" does not exist" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Ре�ур� Id \"%s\" не �уще�твует" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "La risorsa con Id \"%s\" non esiste" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Zasób o identyfikatorze \"%s\" nie istnieje" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "La ressource avec l'Id \"%s\" n'existe pas" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Resource-id \"%s\" bestaat niet" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "资�Id \"%s\"�存在" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "El recurso con Id \"%s\" no existe" ]
     ]
  ], [
     fhir:index 19;
     fhir:CodeSystem.code [ fhir:value "MSG_NO_MATCH" ];
     fhir:CodeSystem.display [ fhir:value "No Resource found matching the query \"%s\"" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nessuna Risorsa soddisfa la query \"%s\"" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Geen resource gevonden met query \"%s\"" ]
     ]
  ], [
     fhir:index 20;
     fhir:CodeSystem.code [ fhir:value "MSG_NO_MODULE" ];
     fhir:CodeSystem.display [ fhir:value "No module could be found to handle the request \"%s\"" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Модуль дл� обработки запро�а \"%s\" не найден" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Impossibile trovare un modulo per gestire la richiesta \"%s\"" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nie można odnaleźć modułu, aby obsłużyć żądanie \"%s\"" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Aucun module disponible pour traiter la requête \"%s\"" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Er kon geen module worden gevonden om verzoek \"%s\" te verwerken" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "无法找到处�请求\"%s\"的模�" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "No se encontró un modulo que gestione la petición \"%s\"" ]
     ]
  ], [
     fhir:index 21;
     fhir:CodeSystem.code [ fhir:value "MSG_NO_SUMMARY" ];
     fhir:CodeSystem.display [ fhir:value "No Summary for this resource" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "От�ут�твует Summary дл� данного ре�ур�а" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nessun riepilogo per questa risorsa" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Brak podsumowania (Summary) dla tego zasobu" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Aucun résumé disponible pour cette ressource" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Geen samenvatting voor deze resource" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "该资�无summary" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "No existe un resumen para este recurso" ]
     ]
  ], [
     fhir:index 22;
     fhir:CodeSystem.code [ fhir:value "MSG_OP_NOT_ALLOWED" ];
     fhir:CodeSystem.display [ fhir:value "Operation %s not allowed for resource %s (due to local configuration)" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Операци� %s недопу�тима дл� ре�ур�а %s (по причине локальной конфигурации)" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Operazione %s non consentita per la risorsa %s (a causa di configurazioni locali)" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Niedozwolona operacja %s dla zasobu %s (ze względu na lokalną konfigurację)" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "L'opération %s n'est pas permise pour la ressource %s (à cause de la configuration locale)" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Bewerking %s niet toegestaan voor resource %s (vanwege lokale configuratie)" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "�作 %s ��许,对于资� %s (由于本地�置)" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Operación %s no permitida para el recurso %s (debido a la configuración local)" ]
     ]
  ], [
     fhir:index 23;
     fhir:CodeSystem.code [ fhir:value "MSG_PARAM_CHAINED" ];
     fhir:CodeSystem.display [ fhir:value "Unknown chained parameter name \"%s\"" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "�еизве�тое вложенное наименование параметра \"%s\"" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nome di parametro concatenato sconosciuto: \"%s\"" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nieznana nazwa parametru powiÄ…zanego \"%s\"" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nom du paramètre chainé inconnu : \"%s\"" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Onbekende geschakelde parameternaam \"%s\"" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "未知的链��数�: \"%s\"" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nombre de parametro encadenado desconocido: \"%s\"" ]
     ]
  ], [
     fhir:index 24;
     fhir:CodeSystem.code [ fhir:value "MSG_PARAM_INVALID" ];
     fhir:CodeSystem.display [ fhir:value "Parameter \"%s\" content is invalid" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Il contenuto del Parametro \"%s\" non è valido" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Waarde van parameter \"%s\" is ongeldig" ]
     ]
  ], [
     fhir:index 25;
     fhir:CodeSystem.code [ fhir:value "MSG_PARAM_MODIFIER_INVALID" ];
     fhir:CodeSystem.display [ fhir:value "Parameter \"%s\" modifier is invalid" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Modifier van parameter \"%s\" is ongeldig" ]
     ]
  ], [
     fhir:index 26;
     fhir:CodeSystem.code [ fhir:value "MSG_PARAM_NO_REPEAT" ];
     fhir:CodeSystem.display [ fhir:value "Parameter \"%s\" is not allowed to repeat" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Параметр \"%s\" не может быть повторён" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Non � consentito ripetere il parametro \"%s\"" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Parametr \"%s\" nie może zostać powtórzony" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Le paramètre \"%s\" ne peut pas être répété" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Parameter \"%s\" mag niet herhalen" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "�数\"%s\"����" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "No se permite la repetición del parámetro \"%s\"" ]
     ]
  ], [
     fhir:index 27;
     fhir:CodeSystem.code [ fhir:value "MSG_PARAM_UNKNOWN" ];
     fhir:CodeSystem.display [ fhir:value "Parameter \"%s\" not understood" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Параметр \"%s\" не пон�т" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Parametro \"%s\" non riconosciuto" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Niezrozumiały parametr \"%s\"" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Paramètre \"%s\" non reconnu" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Parameter \"%s\" onbekend" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "无法�解�数\"%s\"" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Parámetro \"%s\" no reconocido" ]
     ]
  ], [
     fhir:index 28;
     fhir:CodeSystem.code [ fhir:value "MSG_RESOURCE_EXAMPLE_PROTECTED" ];
     fhir:CodeSystem.display [ fhir:value "Resources with identity \"example\" cannot be deleted (for testing/training purposes)" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Ре�ур� � идентификатором \"example\" не может быть удалён (дл� �лучаев те�тировани�/обучени�)" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Le Risorse aventi l'identità \"example\" non possono essere cancellate (per finalità di test/formazione)" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Zasoby oznaczone jako \"example\" nie mogą zostać usunięte (dla celów testów/szkoleń)" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Les ressources ayant l'identité \"example\" ne peuvent pas être supprimées (utilisées pour les tests/formations)" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Resources met identiteit \"voorbeeld\" kunnen niet worden verwijderd (ten behoeve van testen/training)" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "以\"example\" 为ID的资��能被删除 (用于测试/培训)" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Recursos con la identidad \"example\" no pueden ser borrados (son usados para pruebas/entrenamiento)" ]
     ]
  ], [
     fhir:index 29;
     fhir:CodeSystem.code [ fhir:value "MSG_RESOURCE_ID_FAIL" ];
     fhir:CodeSystem.display [ fhir:value "unable to allocate resource id" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "невозможно выделить идентификатор ре�ур�а" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "impossibile allocare l''id della risorsa" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "nie można nadać identyfikatora zasobu" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "impossible d'allouer l'id de la ressource" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "kan geen resource-id reserveren" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "无法分�资�ID" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "imposible encontrar el id del recurso" ]
     ]
  ], [
     fhir:index 30;
     fhir:CodeSystem.code [ fhir:value "MSG_RESOURCE_ID_MISMATCH" ];
     fhir:CodeSystem.display [ fhir:value "Resource Id Mismatch" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Problème de correspondance d'Id de la Ressource" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Resource ID's komen niet overeen" ]
     ]
  ], [
     fhir:index 31;
     fhir:CodeSystem.code [ fhir:value "MSG_RESOURCE_ID_MISSING" ];
     fhir:CodeSystem.display [ fhir:value "Resource Id Missing" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id della Risorsa mancante" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Id de la Ressource manquante" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Resource ID ontbreekt" ]
     ]
  ], [
     fhir:index 32;
     fhir:CodeSystem.code [ fhir:value "MSG_RESOURCE_NOT_ALLOWED" ];
     fhir:CodeSystem.display [ fhir:value "Not allowed to submit a resource for this operation" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Дл� данной операции отправка ре�ур�а недопу�тима" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Non è consentito sottomettere una risorsa per questa operazione" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nie można zgłosić zasobu dla tej operacji" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Non autorisé à soumettre une ressource pour cette opération" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Niet toegestaan om een resource in te dienen voor deze bewerking" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "该�作��许�交资�" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "No se permite el envío de un recurso para esta operación" ]
     ]
  ], [
     fhir:index 33;
     fhir:CodeSystem.code [ fhir:value "MSG_RESOURCE_REQUIRED" ];
     fhir:CodeSystem.display [ fhir:value "A resource is required" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Требует�� ре�ур�" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "E'' richiesta una risorsa" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Zasób jest wymagany" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Une ressource est requise" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Een resource is verplicht" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "必须�供一个资�" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Se requiere un recurso" ]
     ]
  ], [
     fhir:index 34;
     fhir:CodeSystem.code [ fhir:value "MSG_RESOURCE_TYPE_MISMATCH" ];
     fhir:CodeSystem.display [ fhir:value "Resource Type Mismatch" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "�е�оответ�твие типа ре�ур�а" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Tipo Risorsa non corrispondente" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Niepoprawny typ zasobu" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Type de ressource incorrect" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Verkeerd resourcetype" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "资�类型�匹�" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Los Tipos de los recursos no coinciden" ]
     ]
  ], [
     fhir:index 35;
     fhir:CodeSystem.code [ fhir:value "MSG_SORT_UNKNOWN" ];
     fhir:CodeSystem.display [ fhir:value "Unknown sort parameter name \"%s\"" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "�еизве�тное им� параметра �ортировки \"%s\"" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nome del parametro di ordinamento \"%s\" non riconosciuto" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nieznany parametr sortowania \"%s\"" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nom du paramètre de tri inconnu \"%s\"" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Onbekende parameternaam \"%s\" voor sortering" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "未知的排��数�称\"%s\"" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nombre del parámetro de ordenación \"%s\" desconocido" ]
     ]
  ], [
     fhir:index 36;
     fhir:CodeSystem.code [ fhir:value "MSG_TRANSACTION_DUPLICATE_ID" ];
     fhir:CodeSystem.display [ fhir:value "Duplicate Identifier in transaction: %s" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Дублирующий идентификатор в транзакции: %s" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Zdublowany identyfikator w transakcji: %s" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Identifiant en double dans la transaction : %s" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Dubbele identificatie in transactie: %s" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "事务中存在��Id: %s" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Identificador duplicado en la transacción: %s" ]
     ]
  ], [
     fhir:index 37;
     fhir:CodeSystem.code [ fhir:value "MSG_TRANSACTION_MISSING_ID" ];
     fhir:CodeSystem.display [ fhir:value "Missing Identifier in transaction - an entry.id must be provided" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "От�ут�твует идентификатор в транзакции - требует�� entry.id" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Brak identyfikatora w transakcji - należy podać entry.id" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Identifiant manquant dans la transaction - un élément entry.id doit être fourni" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Ontbrekende identificatie in transactie - entry.id is verplicht" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "事务中缺少Id - 必须�供一个entry.id" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Identificador de la transacción no encontrado - se debe proporcionar un entry.id" ]
     ]
  ], [
     fhir:index 38;
     fhir:CodeSystem.code [ fhir:value "MSG_UNHANDLED_NODE_TYPE" ];
     fhir:CodeSystem.display [ fhir:value "Unhandled xml node type \"%s\"" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "�е обработанный xml узел \"%s\"" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Tipo di nodo Xml non gestito \"%s\"" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nieobsługiwany typ węzła XML \"%s\"" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Type de noeud xml \"%s\" non traité" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Kan xml nodetype \"%s\" niet verwerken" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "未处�的XML节点类型\"%s\"" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Tipo de nodo Xml no soportado \"%s\"" ]
     ]
  ], [
     fhir:index 39;
     fhir:CodeSystem.code [ fhir:value "MSG_UNKNOWN_CONTENT" ];
     fhir:CodeSystem.display [ fhir:value "Unknown Content (%s) at %s" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "�еизве�тный контент (%s) в %s" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Contenuto Sconosciuto (%s) at %s" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nieznana zawartość (%s) dla %s" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Contenu inconnu (%s) à %s" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Onbekende content (%s) at %s" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "未知内容 (%s) �于 %s" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Contenido desconocido (%s) en %s" ]
     ]
  ], [
     fhir:index 40;
     fhir:CodeSystem.code [ fhir:value "MSG_UNKNOWN_OPERATION" ];
     fhir:CodeSystem.display [ fhir:value "unknown FHIR http operation" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "неизве�тна� операци� FHIR http" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "operazione http FHIR sconosciuta" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "nieznana operacja FHIR http" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "operation http FHIR inconnue" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "onbekende FHIR http operation" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "未知的FHIR HTTP�作" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Operación http FHIR desconocida" ]
     ]
  ], [
     fhir:index 41;
     fhir:CodeSystem.code [ fhir:value "MSG_UNKNOWN_TYPE" ];
     fhir:CodeSystem.display [ fhir:value "Resource Type \"%s\" not recognised" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Тип ре�ур�а \"%s\" не ра�познан" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Tipo di Risorsa \"%s\" non riconosciuto" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nie rozpoznany typ zasobu: \"%s\"" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Type de ressource \"%s\" non reconnu" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Resourcetype \"%s\" niet herkend" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "资�类型\"%s\"未识别" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Tipo de Recurso \"%s\" no reconocido" ]
     ]
  ], [
     fhir:index 42;
     fhir:CodeSystem.code [ fhir:value "MSG_UPDATED" ];
     fhir:CodeSystem.display [ fhir:value "existing resource updated" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "�уще�твующий ре�ур� обновлён" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "risorsa esistente aggiornata" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "uaktualniono istniejący zasób" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "ressource existante mise à jour" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "bestaande resource updated" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "已有资�被更新" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Recurso existente actualizado" ]
     ]
  ], [
     fhir:index 43;
     fhir:CodeSystem.code [ fhir:value "MSG_VERSION_AWARE" ];
     fhir:CodeSystem.display [ fhir:value "Version aware updates are required for this resource" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Дл� данного ре�ур�а необходимы обновлени� � учётом вер�ии" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Questa risorsa richiede aggiornamenti per versione" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Uaktualnienia zakładające wersjonowanie są wymagane dla tego zasobu" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Des mises à jour en relation avec la version sont requises pour cette ressource" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Versie-bewuste updates zijn vereist voor deze resource" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "该资�的更新必须针对版本" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Este recurso requiere actualizaciones en base a versiones" ]
     ]
  ], [
     fhir:index 44;
     fhir:CodeSystem.code [ fhir:value "MSG_VERSION_AWARE_CONFLICT" ];
     fhir:CodeSystem.display [ fhir:value "Update Conflict (server current version = \"%s\", client version referenced = \"%s\")" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Конфликт обновлени� (текуща� вер�и� �ервера = \"%s\", указанна� вер�и� клиента = \"%s\")" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Conflitto nell''aggiornamento (attuale = \"%s\", quotato = \"%s\")" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Konflikt podczas uaktualnienia (obecna wersja na serwerze = \"%s\", wersja wskazana przez klienta = \"%s\")" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Conflit de mise à jour (version courante du serveur = \"%s\", version référencée du client = \"%s\")" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Updateconflict (huidige serverversie = \"%s\", opgegeven clientversie = \"%s\")" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "更新冲� (�务器当�版本 = \"%s\", 客户端引用的版本 = \"%s\")" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Conflicto de actualizaciones (versión actual del servidor = \"%s\", versión del cliente referenciada = \"%s\")" ]
     ]
  ], [
     fhir:index 45;
     fhir:CodeSystem.code [ fhir:value "MSG_VERSION_AWARE_URL" ];
     fhir:CodeSystem.display [ fhir:value "Version specific URL not recognised" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "URL дл� указанной вер�ии не ра�познан" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "URL specifico alla versione non riconosciuto" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Nie rozpoznany URL specyficzny dla wersji" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "URL spécifique à une version non reconnue" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Versie-specifieke URL niet herkend" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "未识别特定版本的URL" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "URL especifica de la versión no reconocida" ]
     ]
  ], [
     fhir:index 46;
     fhir:CodeSystem.code [ fhir:value "MSG_WRONG_NS" ];
     fhir:CodeSystem.display [ fhir:value "This does not appear to be a FHIR element or resource (wrong namespace \"%s\")" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Dit lijkt geen FHIR element of resource te zijn (verkeerde namespace \"%s\")" ]
     ]
  ], [
     fhir:index 47;
     fhir:CodeSystem.code [ fhir:value "SEARCH_MULTIPLE" ];
     fhir:CodeSystem.display [ fhir:value "Error: Multiple matches exist for %s search parameters \"%s\"" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Ошибка: множе�твенные �овпадени� дл� %s � параметрами пои�ка \"%s\"" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Errore: Trovate corrispondenze multiple per %s parametri di ricerca \"%s\"" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Błąd: Istnieją wielokrotne dopasowania dla %s parametrów wyszukiwania \"%s\"" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Erreur : Plusieurs correspondances existent pour ce paramètre de recherche %s" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Fout: er is meer dan één resultaat voor %s zoekparameters \"%s\"" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "错误: 对于 %s �索的�数 \"%s\"存在多个匹�" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Error: Multiples ocurrencias existen para %s parametros de búsqueda \"%s\"" ]
     ]
  ], [
     fhir:index 48;
     fhir:CodeSystem.code [ fhir:value "SEARCH_NONE" ];
     fhir:CodeSystem.display [ fhir:value "Error: no processable search found for %s search parameters \"%s\"" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "ru" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Ошибка: обрабатываемых результатов пои�ка дл� %s � параметрами пои�ка \"%s\" не найдено" ]
     ], [
       fhir:index 1;
       fhir:CodeSystem.language [ fhir:value "it" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Errore: non è stato trovato alcun parametro di ricerca processabile per %s parametri di ricerca \"%s\"" ]
     ], [
       fhir:index 2;
       fhir:CodeSystem.language [ fhir:value "pl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Błąd: Niewykonalne wyszukiwanie dla %s parametrów wyszukiwania \"%s\"" ]
     ], [
       fhir:index 3;
       fhir:CodeSystem.language [ fhir:value "fr" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Erreur : aucune recherche trouvée pour les paramètres %s \"%s\"" ]
     ], [
       fhir:index 4;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Fout: geen verwerkbare zoekactie gevonden voor %s zoekparameters \"%s\"" ]
     ], [
       fhir:index 5;
       fhir:CodeSystem.language [ fhir:value "zh" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "错误: 对%s�索�数\"%s\"未找到�处�的�索" ]
     ], [
       fhir:index 6;
       fhir:CodeSystem.language [ fhir:value "es" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Error: no se encontro una búsqueda apropiada para %s parametros de búsqueda \"%s\"" ]
     ]
  ], [
     fhir:index 49;
     fhir:CodeSystem.code [ fhir:value "UPDATE_MULTIPLE_MATCHES" ];
     fhir:CodeSystem.display [ fhir:value "Error: Multiple matches exist for the conditional update" ];
     fhir:CodeSystem.designation [
       fhir:index 0;
       fhir:CodeSystem.language [ fhir:value "nl" ];
       fhir:CodeSystem.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage" ];
         fhir:Coding.code [ fhir:value "display" ]
       ];
       fhir:CodeSystem.value [ fhir:value "Fout: er is meer dan één resultaat voor de conditionele update" ]
     ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.