<?xml version="1.0" encoding="UTF-8"?>
<nhis:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:nhis="https://www.his.bg"
  xsi:schemaLocation="https://www.his.bg https://www.his.bg/api/v1/NHIS-I099.xsd">
  <nhis:header>
    <nhis:sender value="[code]"/>
    <nhis:senderId value="[string]"/>
    <nhis:senderISName value="[string]"/>
    <nhis:recipient value="[code]"/>
    <nhis:recipientId value="[string]"/>
    <nhis:messageId value="[string]"/>
    <nhis:messageType value="[string]"/>
    <nhis:createdOn value="[dateTime]"/>
  </nhis:header>
  <nhis:contents>
    <nhis:error>
      <nhis:type value="[code]"/>
      <!--Optional:-->
      <nhis:reason value="[string]"/>
      <!--Optional:-->
      <nhis:description value="[string]"/>
      <!--Conditional:-->
      <nhis:faultyAttribute value="[string]"/>
    </nhis:error>
  </nhis:contents>
</nhis:message>
