FHIR IG analytics| Package | ig.fhir-il-community.org.t17 |
| Resource Type | Patient |
| Id | Patient-patient-with-followup-appointment.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Identifier | 1-123456-123456-789 |
| Date of birth | 16 July 1969 |
{
"resourceType": "Patient",
"id": "patient-with-followup-appointment",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-patient"
]
},
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"identifier": [
{
"system": "http://fhir.leumit.co.il/identifier/magnetic-card",
"value": "1-123456-123456-789"
}
],
"name": [
{
"given": [
"שרה",
"שרי"
],
"text": "שרה",
"family": "ישראלי"
}
],
"telecom": [
{
"system": "phone",
"value": "054-99999999",
"use": "mobile"
}
],
"active": true,
"gender": "female",
"birthDate": "1969-07-16"
}