FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Organization |
| Id | Organization-meir-hospital.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Organization",
"id": "meir-hospital",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-organization"
]
},
"identifier": [
{
"system": "http://fhir.health.gov.il/identifier/legal-entity",
"value": "589906114",
"use": "official"
},
{
"system": "http://fhir.health.gov.il/cs/paying-entity-moh",
"value": "101"
},
{
"system": "http://institutions.health.gov.il/Institutions",
"value": "01303"
}
],
"address": [
{
"line": [
"טשרניחובסקי 59"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "טשרניחובסקי"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "59"
}
]
}
],
"use": "work",
"type": "physical",
"text": "טשרניחובסקי 59, כפר סבא",
"city": "כפר סבא",
"_city": {
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
"valueCodeableConcept": {
"coding": [
{
"code": "8900",
"system": "http://fhir.health.gov.il/cs/city-symbol"
}
]
}
}
]
},
"postalCode": "4428164",
"country": "IL"
}
],
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"active": true,
"name": "מרכז רפואי מאיר",
"telecom": [
{
"system": "phone",
"value": "08-6241010",
"use": "work"
},
{
"system": "email",
"value": "info@meir.org.il",
"use": "work"
}
],
"type": [
{
"coding": [
{
"code": "1",
"system": "http://fhir.health.gov.il/cs/institution-type-moh",
"display": "אשפוז כללי"
}
]
}
]
}