<?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-C012.xsd">
  <nhis:header>
    <nhis:sender value="[code]"/>
    <nhis:senderId 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>
    <!--1 or more repetitions:-->
    <nhis:execution>
      <nhis:sequenceId value="[number]"/>
      <nhis:isSuccessful value="[boolean]"/>
      <!--Optional:-->
      <nhis:nrnReferral value="[string]"/>
      <!--Optional:-->
      <nhis:nrnExecution value="[string]"/>
      <!--Optional:-->
      <nhis:uvci value="[string]"/>
      <!--Zero or more repetitions:-->
      <nhis:error>
        <nhis:type value="[code]"/>
        <!--Optional:-->
        <nhis:reason value="[string]"/>
        <!--Optional:-->
        <nhis:description value="[string]"/>
        <!--Conditional:-->
        <nhis:faultyAttribute value="[string]"/>
      </nhis:error>
    </nhis:execution>
  </nhis:contents>
</nhis:message>