Skip to content

Instantly share code, notes, and snippets.

@kingthrillgore
Created June 6, 2015 19:29
Show Gist options
  • Save kingthrillgore/5558900f275de70ba648 to your computer and use it in GitHub Desktop.
Save kingthrillgore/5558900f275de70ba648 to your computer and use it in GitHub Desktop.
<?xml version='1.0' encoding='utf-8' ?>
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<Certificate Year='2000' State='NC' ID='012345'>
<YearOfDeath>2000</YearOfDeath>
<MonthOfDeath>02</MonthOfDeath>
<DayOfDeath>20</DayOfDeath>
<Sex>F</Sex>
<AgeUnits>1</AgeUnits>
<Age>033</Age>
<Line1a>ABANDONNED</Line1a>
<Line1b>ABANDONNED</Line1b>
<Duration1b>ABANDONNED</Duration1b>
<Line1c>ABANDONNED</Line1c>
<Duration1c>ABANDONNED</Duration1c>
<Line1d>ABANDONNED</Line1d>
<Duration1d>ABANDONNED</Duration1d>
<Line2>ABANDONNED</Line2>
<TobaccoUse>N</TobaccoUse>
<Pregnancy>1</Pregnancy>
<MannerOfDeath>N</MannerOfDeath>
<MonthOfInjury>01</MonthOfInjury>
<DayOfInjury>02</DayOfInjury>
<YearOfInjury>2000</YearOfInjury>
<HourOfInjury>2300</HourOfInjury>
<InjuryTimeCode>M</InjuryTimeCode>
<PlaceOfInjury>ABANDONNED</PlaceOfInjury>
<WorkInjury>N</WorkInjury>
<InjuryDescription>ABANDONNED</InjuryDescription>
<Transport>ABANDONNED</Transport>
<Autopsy>N</Autopsy>
<AutopsyFindings>N</AutopsyFindings>
<MonthOfSurgery>02</MonthOfSurgery>
<DayOfSurgery>02</DayOfSurgery>
<YearOfSurgery>2000</YearOfSurgery>
<Activity>1</Activity>
</Certificate>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment