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. For a full list of available versions, see the Directory of published versions
: BEST Patient for Transfusion Sample - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "BESTPatient",
"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>CM </b> female, DoB: 1999-06-24 ( id:\u00a0123456789)</p><hr/></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-ssn",
"value" : "123456789"
}
],
"name" : [
{
"family" : "CM"
}
],
"gender" : "female",
"birthDate" : "1999-06-24"
}