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

FHIR IG analytics

Packagelaniado.test.fhir.r4
Resource TypeOrganization
IdOrganization-01604.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "01604",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-organization"
    ]
  },
  "identifier": [
    {
      "system": "http://institutions.health.gov.il/Institutions",
      "value": "01604"
    },
    {
      "system": "http://fhir.health.gov.il/identifier/legal-entity",
      "value": "580082014"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "code": "1",
          "system": "http://fhir.health.gov.il/cs/institution-type-moh",
          "display": "אשפוז כללי"
        }
      ]
    }
  ],
  "alias": [
    "Laniado Medical Center"
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "09-8604666"
    },
    {
      "system": "fax",
      "value": "09-8624805"
    },
    {
      "system": "email",
      "value": "eyedidia@laniado.org.il"
    }
  ],
  "address": [
    {
      "line": [
        "רח' דברי חיים 16, קרית צאנז, נתניה"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "דברי חיים"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "16"
            }
          ]
        }
      ],
      "type": "both",
      "postalCode": "4244916",
      "country": "ISR",
      "_city": {
        "extension": [
          {
            "url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "7400",
                  "system": "http://fhir.health.gov.il/cs/city-symbol",
                  "display": "נתניה"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "active": true,
  "name": "בית חולים לניאדו"
}