FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Patient |
| Id | Patient-patient-israeli-with-two-identifiers.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "patient-israeli-with-two-identifiers",
"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": "103",
"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": "32"
}
]
}
],
"extension": [
{
"extension": [
{
"url": "longitude",
"valueDecimal": 182468.59
},
{
"url": "latitude",
"valueDecimal": 670131.38
}
],
"url": "http://hl7.org/fhir/StructureDefinition/geolocation"
},
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-statistical-area",
"valueIdentifier": {
"system": "http://fhir.health.gov.il/identifier/cbs-statistical-area",
"value": "50000935"
}
}
],
"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": "6710341",
"district": "תל אביב",
"country": "IL"
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"code": "PRN",
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
}
]
}
],
"telecom": [
{
"value": "0525555555",
"system": "phone"
}
]
}
],
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"identifier": [
{
"system": "http://fhir.health.gov.il/identifier/il-national-id",
"value": "000000018"
},
{
"type": {
"coding": [
{
"code": "PPN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "http://hl7.org/fhir/sid/passport-GBR",
"value": "8876543"
}
],
"active": true,
"telecom": [
{
"system": "phone",
"value": "052467911",
"use": "mobile"
},
{
"system": "email",
"value": "Israel@example.com"
}
],
"gender": "male",
"birthDate": "2003-04-17",
"deceasedBoolean": false
}