FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeOrganization
IdOrganization-meir-hospital.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

מרכז רפואי מאיר

Source1

{
  "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": "אשפוז כללי"
        }
      ]
    }
  ]
}