This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v2.0.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="Decedent-Example1"/>
<meta>
<profile
value="http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Madelyn Patel (OFFICIAL)</b> female, DoB: ( Social Beneficiary Identifier: 987654321)</p></div>
</text>
<extension url="http://hl7.org/fhir/us/vrdr/StructureDefinition/SpouseAlive">
<valueCodeableConcept>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0136"/>
<code value="Y"/>
</coding>
</valueCodeableConcept>
</extension>
<extension
url="http://hl7.org/fhir/us/vrdr/StructureDefinition/NVSS-SexAtDeath">
<valueCodeableConcept>
<coding>
<system value="http://hl7.org/fhir/administrative-gender"/>
<code value="unknown"/>
<display value="Unknown"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
<valueAddress>
<city value="Roanoke"/>
<state value="VA"/>
<country value="US"/>
</valueAddress>
</extension>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="SB"/>
<display value="Social Beneficiary Identifier"/>
</coding>
</type>
<system value="http://hl7.org/fhir/sid/us-ssn"/>
<value value="987654321"/>
</identifier>
<name>
<use value="official"/>
<family value="Patel"/>
<given value="Madelyn"/>
</name>
<gender value="female"/>
<birthDate>
<extension url="http://hl7.org/fhir/us/vrdr/StructureDefinition/PartialDate">
<extension url="http://hl7.org/fhir/us/vrdr/StructureDefinition/Date-Day">
<valueUnsignedInt value="10"/>
</extension>
<extension url="http://hl7.org/fhir/us/vrdr/StructureDefinition/Date-Year">
<valueUnsignedInt value="2004"/>
</extension>
<extension
url="http://hl7.org/fhir/us/vrdr/StructureDefinition/Date-Month">
<valueUnsignedInt value="11"/>
</extension>
</extension>
</birthDate>
<address>
<extension
url="http://hl7.org/fhir/us/vrdr/StructureDefinition/WithinCityLimitsIndicator">
<valueCoding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0136"/>
<code value="Y"/>
<display value="Yes"/>
</valueCoding>
</extension>
<extension url="http://hl7.org/fhir/us/vrdr/StructureDefinition/StreetName">
<valueString value="Lockwood"/>
</extension>
<line value="5590 Lockwood Drive"/>
<city value="Danville">
<extension url="http://hl7.org/fhir/us/vrdr/StructureDefinition/CityCode">
<valuePositiveInt value="1234"/>
</extension>
</city>
<district value="Fairfax">
<extension
url="http://hl7.org/fhir/us/vrdr/StructureDefinition/DistrictCode">
<valuePositiveInt value="321"/>
</extension>
</district>
<state value="VA"/>
<country value="US"/>
</address>
<maritalStatus>
<extension
url="http://hl7.org/fhir/us/vrdr/StructureDefinition/BypassEditFlag">
<valueCodeableConcept>
<coding>
<system
value="http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-bypass-edit-flag-cs"/>
<code value="0"/>
<display value="Edit Passed"/>
</coding>
</valueCodeableConcept>
</extension>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
<code value="S"/>
<display value="Never Married"/>
</coding>
</maritalStatus>
<contact>
<relationship>
<text value="Friend of family"/>
</relationship>
<name>
<text value="Joe Smith"/>
</name>
</contact>
</Patient>