FHIR IG analytics| Package | cce.fhir |
| Resource Type | Patient |
| Id | Patient-Patient-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "Patient-Patient-example-1",
"meta": {
"profile": [
"https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Patient-Patient"
]
},
"name": [
{
"family": "LastName",
"given": [
"FirstName"
]
}
],
"gender": "female",
"birthDate": "2000-01-01",
"deceasedDateTime": "2020-10-10",
"address": [
{
"city": "City",
"postalCode": "37073"
}
]
}