HL7 FHIR Implementation Guide: Profiles for Transfusion and Vaccination Adverse Event Detection and Reporting, published by Biomedical Research & Regulation WG. This is not an authorized publication; it is the continuous build for version 1.0.1). This version is based on the current content of https://github.com/HL7/fhir-icsr-ae-reporting/ and changes regularly. See the Directory of published versions
: Vaccination Patient for Transfusion Sample - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "VaccinationPatient",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<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:\u00a0123456789)</p><hr/></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-ssn",
"value" : "123456789"
}
],
"name" : [
{
"family" : "LNAME",
"given" : [
"FNAME"
]
}
],
"gender" : "male",
"birthDate" : "1955-07-22"
}