FHIR IG analytics| Package | hl7.fhir.us.icsr-ae-reporting |
| Resource Type | Patient |
| Id | Patient-VaccinationPatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
FNAME LNAME male, DoB: 1955-07-22 ( id: 123456789)
{
"resourceType": "Patient",
"id": "VaccinationPatient",
"meta": {
"profile": [
"http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-ssn",
"value": "123456789"
}
],
"name": [
{
"family": "LNAME",
"given": [
"FNAME"
]
}
],
"gender": "male",
"birthDate": "1955-07-22"
}