FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Organization |
| Id | Organization-hospital-department.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Organization",
"id": "hospital-department",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-organization"
]
},
"identifier": [
{
"system": "http://fhir.health.gov.il/identifier/moh-hospital-department",
"value": "12345-abc12",
"use": "official"
}
],
"address": [
{
"line": [
"ירמיהו 39"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "ירמיהו"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "39"
}
]
}
],
"use": "work",
"type": "physical",
"text": "ירמיהו 39 ירושלים",
"city": "ירושלים",
"_city": {
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
"valueCodeableConcept": {
"coding": [
{
"code": "3000",
"system": "http://fhir.health.gov.il/cs/city-symbol"
}
]
}
}
]
},
"postalCode": "9446724",
"country": "IL"
}
],
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"active": true,
"name": "מחלקת אשפוז - פנימית",
"telecom": [
{
"system": "phone",
"value": "08-6241010",
"use": "work"
}
],
"type": [
{
"coding": [
{
"code": "10000",
"system": "http://fhir.health.gov.il/cs/department-type-moh",
"display": "אשפוז - פנימית"
}
]
}
],
"partOf": {
"reference": "Organization/agaf-pnimi"
}
}