FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Patient |
| Id | Patient-patient-with-hebrew-date.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-hebrew-date",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-patient"
]
},
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-il-hmo",
"valueCodeableConcept": {
"coding": [
{
"code": "102",
"system": "http://fhir.health.gov.il/cs/paying-entity-moh",
"display": "קופת חולים לאומית"
}
]
}
}
],
"name": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/language",
"valueCode": "he"
}
],
"family": "רם",
"given": [
"אילן"
],
"text": "אילן רם"
}
],
"address": [
{
"line": [
"אלכסנדר פן 1א"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "פן אלכסנדר"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "1"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix",
"valueString": "א'"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID",
"valueString": "4"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
"valueString": "1446"
}
]
}
],
"extension": [
{
"extension": [
{
"url": "longitude",
"valueDecimal": 182468.59
},
{
"url": "latitude",
"valueDecimal": 670131.38
}
],
"url": "http://hl7.org/fhir/StructureDefinition/geolocation"
}
],
"use": "home",
"type": "physical",
"text": "אלכסנדר פן 1א' דירה 4 תל אביב",
"city": "תל אביב",
"_city": {
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
"valueCodeableConcept": {
"coding": [
{
"code": "5000",
"system": "http://fhir.health.gov.il/cs/city-symbol"
}
]
}
}
]
},
"postalCode": "6964101",
"district": "תל אביב",
"country": "IL"
}
],
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"identifier": [
{
"system": "http://fhir.health.gov.il/identifier/il-national-id",
"value": "000000018"
}
],
"active": true,
"telecom": [
{
"system": "phone",
"value": "052467911",
"use": "home"
},
{
"system": "email",
"value": "Israel@example.com"
}
],
"gender": "male",
"birthDate": "2021-04-17",
"_birthDate": {
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-hebrew-date",
"extension": [
{
"url": "display",
"valueString": "ה' באייר ה'תשפ\"א"
},
{
"url": "day",
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.health.gov.il/cs/hebrew-date-day",
"code": "5",
"display": "ה'"
}
]
}
},
{
"url": "month",
"valueCodeableConcept": {
"coding": [
{
"code": "8",
"system": "http://fhir.health.gov.il/cs/hebrew-date-month",
"display": "אייר"
}
]
}
},
{
"url": "year",
"valueString": "ה'תשפ\"א"
}
]
}
]
},
"deceasedBoolean": false
}