FHIR IG analytics| Package | bbmri.cz |
| Resource Type | Patient |
| Id | Patient-PatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "PatientExample",
"meta": {
"profile": [
"http://example.org/StructureDefinition/MyPatient"
]
},
"identifier": [
{
"value": "donorId"
}
],
"name": [
{
"given": [
"James"
],
"family": "Pond"
}
],
"gender": "male",
"birthDate": "1980-01-01"
}