FHIR IG analytics| Package | il.szmc.fhir.r4 |
| Resource Type | Patient |
| Id | Patient-SzmcPatientExample02.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "SzmcPatientExample02",
"meta": {
"profile": [
"http://fhir.szmc.org.il/StructureDefinition/szmc-patient"
]
},
"identifier": [
{
"system": "http://fhir.szmc.org.il/identifier/baby-patient",
"value": "BABY-2025-001234",
"assigner": {
"reference": "Organization/SzmcMainHospital"
}
},
{
"system": "http://fhir.szmc.org.il/identifier/temp-patient",
"value": "TMP-2025-112233"
}
],
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-il-hmo",
"valueCodeableConcept": {
"coding": [
{
"code": "101",
"system": "http://fhir.health.gov.il/cs/paying-entity-moh",
"display": "קופת חולים כללית"
}
]
}
},
{
"extension": [
{
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.szmc.org.il/cs/citizenship",
"code": "IL"
}
]
},
"url": "code"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
},
{
"extension": [
{
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.szmc.org.il/cs/nationality",
"code": "IL",
"display": "ישראלי"
}
]
},
"url": "code"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
},
{
"valueAddress": {
"country": "IL"
},
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"
}
],
"name": [
{
"given": [
"תינוק"
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/language",
"valueCode": "he"
}
],
"use": "temp",
"family": "לוי"
}
],
"address": [
{
"line": [
"רחוב הדר 45"
],
"use": "home",
"city": "רמת גן",
"postalCode": "5252000",
"country": "IL"
}
],
"communication": [
{
"language": {
"coding": [
{
"code": "he",
"system": "urn:ietf:bcp:47"
}
]
}
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"code": "PRN",
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
}
]
}
],
"name": {
"given": [
"שרה"
],
"family": "לוי"
},
"telecom": [
{
"system": "phone",
"value": "054-9998877",
"use": "mobile"
}
]
}
],
"gender": "female",
"birthDate": "2025-11-08",
"managingOrganization": {
"reference": "Organization/SzmcMainHospital"
}
}