{
  "resourceType": "StructureDefinition",
  "id": "rambam-organization",
  "url": "http://fhir.rmc.gov.il/StructureDefinition/rambam-organization",
  "name": "RambamOrganization",
  "title": "Rambam Organization",
  "status": "draft",
  "description": "Organization profile for Rambam Medical Center extending the Israeli core HDP Organization profile",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier:dept-rmb",
        "path": "Organization.identifier",
        "sliceName": "dept-rmb",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Organization.identifier:dept-rmb.system",
        "path": "Organization.identifier.system",
        "fixedUri": "http://fhir.rmc.gov.il/identifier/dept-rmb"
      },
      {
        "id": "Organization.type:dept-type-rmb",
        "path": "Organization.type",
        "sliceName": "dept-type-rmb",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Organization.type:dept-type-rmb.coding.system",
        "path": "Organization.type.coding.system",
        "min": 1,
        "fixedUri": "http://fhir.rmc.gov.il/cs/dept-type-rmb"
      },
      {
        "id": "Organization.type:dept-type-rmb.coding.code",
        "path": "Organization.type.coding.code",
        "min": 1
      },
      {
        "id": "Organization.type:dept-type-rmb.coding.display",
        "path": "Organization.type.coding.display",
        "min": 1
      }
    ]
  }
}