FHIR IG analytics| Package | il.core.fhir.r4.2023 |
| Resource Type | Patient |
| Id | Patient-patient-with-palestinian-id-and-parent-name.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "patient-with-palestinian-id-and-parent-name",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-patient"
]
},
"name": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/language",
"valueCode": "ar"
}
],
"family": "דלאל",
"given": [
"עומאר"
],
"text": "עומאר דלאל"
}
],
"extension": [
{
"extension": [
{
"url": "given",
"valueString": "יוסוף"
},
{
"url": "role",
"valueCode": "FTH"
},
{
"url": "official",
"valueBoolean": false
}
],
"url": "http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name"
}
],
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"identifier": [
{
"system": "http://fhir.health.gov.il/identifier/pna-national-id",
"value": "566333344"
}
],
"active": true,
"telecom": [
{
"system": "phone",
"value": "059334455",
"use": "mobile"
},
{
"system": "email",
"value": "dalal@example.com"
}
],
"gender": "male",
"birthDate": "1999-02-05",
"address": [
{
"line": [
"חילו 20 עזה"
],
"country": "PS",
"city": "עזה"
}
],
"deceasedBoolean": false
}