<?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-H012.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>
    <!--Zero or more repetitions:-->
    <nhis:birth>
      <nhis:nrnBirth value="[string]"/>
      <!--1 or more repetitions:-->
      <nhis:newborn>
        <nhis:identifier value="[string]"/>
        <nhis:name>
          <nhis:given value="[string]"/>
          <nhis:family value="[string]"/>
        </nhis:name>
        <nhis:birthDatetime value="[dateTime]"/>
        <nhis:isStillborn value="[boolean]"/>
        <nhis:gender value="[code]"/>
        <!--Optional:-->
        <nhis:note value="[string]"/>
      </nhis:newborn>
    </nhis:birth>
  </nhis:contents>
  <!--Zero or more repetitions:-->
  <nhis:warnings>
    <nhis:code value="[string]"/>
    <nhis:description value="[string]"/>
    <nhis:source value="[string]"/>
    <nhis:nrnTarget value="[string]"/>
  </nhis:warnings>
</nhis:message>