{
  "resourceType": "StructureDefinition",
  "id": "rambam-location",
  "url": "http://fhir.rmc.gov.il/StructureDefinition/rambam-location",
  "name": "RambamLocation",
  "title": "Rambam Location",
  "status": "draft",
  "description": "Location profile for Rambam Medical Center extending the Israeli core HDP Location profile",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Location.identifier:dept-rmb",
        "path": "Location.identifier",
        "sliceName": "dept-rmb",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Location.identifier:dept-rmb.system",
        "path": "Location.identifier.system",
        "min": 1,
        "fixedUri": "http://fhir.rmc.gov.il/identifier/dept-rmb"
      },
      {
        "id": "Location.identifier:dept-rmb.value",
        "path": "Location.identifier.value",
        "min": 1
      },
      {
        "id": "Location.identifier:moh-hospital-department",
        "path": "Location.identifier",
        "sliceName": "moh-hospital-department",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Location.identifier:moh-hospital-department.system",
        "path": "Location.identifier.system",
        "min": 1,
        "fixedUri": "http://fhir.health.gov.il/identifier/moh-hospital-department"
      },
      {
        "id": "Location.identifier:moh-hospital-department.value",
        "path": "Location.identifier.value",
        "min": 1
      },
      {
        "id": "Location.status",
        "path": "Location.status",
        "min": 1
      },
      {
        "id": "Location.mode",
        "path": "Location.mode",
        "fixedCode": "instance"
      }
    ]
  }
}