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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeLocation
IdLocation-hospital-unit.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": "Location",
  "id": "hospital-unit",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-location"
    ]
  },
  "address": {
    "line": [
      "העליה השנייה 8"
    ],
    "_line": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
            "valueString": "העליה השנייה"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
            "valueString": "8"
          }
        ]
      }
    ],
    "extension": [
      {
        "url": "http://fhir.health.gov.il/StructureDefinition/ext-statistical-area",
        "valueIdentifier": {
          "system": "http://fhir.health.gov.il/identifier/cbs-statistical-area",
          "value": "4000416"
        }
      }
    ],
    "use": "work",
    "type": "physical",
    "text": "העליה השנייה 8 חיפה",
    "city": "חיפה",
    "_city": {
      "extension": [
        {
          "url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "4000",
                "system": "http://fhir.health.gov.il/cs/city-symbol"
              }
            ]
          }
        }
      ]
    },
    "postalCode": "3109601",
    "country": "IL"
  },
  "identifier": [
    {
      "system": "http://rambam.co.il/department",
      "value": "010011"
    }
  ],
  "status": "active",
  "name": "פנימית א' בית חולים רמב\"ם",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HU",
          "display": "Hospital Unit"
        }
      ]
    }
  ],
  "description": "Second floor of the old south wing",
  "telecom": [
    {
      "system": "phone",
      "value": "04-7772518",
      "use": "work"
    }
  ],
  "hoursOfOperation": [
    {
      "allDay": true
    }
  ],
  "managingOrganization": {
    "reference": "Organization/ministry-of-health",
    "display": "Ministry of Health"
  },
  "position": {
    "longitude": 32.232325,
    "latitude": 34.253251
  },
  "mode": "instance",
  "alias": [
    "מחלקת פנימית א'"
  ],
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "wa",
        "display": "Ward"
      }
    ]
  },
  "operationalStatus": {
    "system": "http://terminology.hl7.org/CodeSystem/v2-0116",
    "code": "O",
    "display": "Occupied"
  },
  "partOf": {
    "reference": "Location/rambam-campus",
    "display": "מרכז רפואי רמב\"ם"
  }
}