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

FHIR IG analytics

Packageil.hdp.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://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-location"
    ],
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "organization",
        "display": "יחידה ארגונית"
      }
    ]
  },
  "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": [
      {
        "valueIdentifier": {
          "system": "http://fhir.health.gov.il/identifier/cbs-statistical-area",
          "value": "4000416"
        },
        "url": "http://fhir.health.gov.il/StructureDefinition/ext-statistical-area"
      }
    ],
    "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"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "code": "HU",
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "04-7772518",
      "use": "work"
    }
  ],
  "hoursOfOperation": [
    {
      "allDay": true
    }
  ],
  "position": {
    "longitude": 32.232325,
    "latitude": 34.253251
  },
  "status": "active",
  "name": "פנימית א' בית חולים רמב\"ם",
  "description": "Second floor of the old south wing",
  "managingOrganization": {
    "reference": "Organization/ministry-of-health"
  }
}