This page is part of the Profiles for ICSR Transfusion and Vaccination Adverse Event Detection and Reporting (v1.0.1: STU 1 Update) 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
: Vaccination Patient for Transfusion Sample - XML Representation
Raw xml | Download
<Patient xmlns="http://hl7.org/fhir">
<id value="VaccinationPatient"/>
<meta>
<profile
value="http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>FNAME LNAME </b> male, DoB: 1955-07-22 ( id: 123456789)</p><hr/></div>
</text>
<identifier>
<system value="http://hl7.org/fhir/sid/us-ssn"/>
<value value="123456789"/>
</identifier>
<name>
<family value="LNAME"/>
<given value="FNAME"/>
</name>
<gender value="male"/>
<birthDate value="1955-07-22"/>
</Patient>